代码搜索:Lua
找到约 9,588 项符合「Lua」的源代码
代码结果 9,588
www.eeworm.com/read/183589/9152059
lua other.lua
tinsert(CT_RABoss_ModsToLoad, "CT_RABoss_Onyxia_OnLoad");
-- Onyxia
function CT_RABoss_Onyxia_OnLoad()
CT_RABoss_AddMod("奥妮克希亚", CT_RABOSS_ONYXIA_INFO, 1, CT_RABOSS_LOCATIONS_ONYXIASLAIR);
www.eeworm.com/read/183589/9152084
lua localization.lua
BSM_VERSION = "v1.3.7";
BINDING_HEADER_BSM = "包裹状态";
BINDING_NAME_BSM_OPTIONS = "包裹状态设置";
BSM_MSG = "|cffffff00您的|r: ";
BSM_AMMO = { "箭袋", "弹药", "子弹袋" };
BSM_FREEBAG
www.eeworm.com/read/183589/9152108
lua autorepair.lua
-- ============================================= --
-- www.17cube.com --
-- ============================================= --
function AutoRepair_OnLoad()
this:R
www.eeworm.com/read/183589/9152115
lua localization.lua
REPAIR_WINDOW_DISPLAY = "开启自动修理";
REPAIR_WINDOW_DISPLAY_INFO = "设置是否开启自动修理";
AUTOREPAIR_WINDOW_CONFIG_TEXT = "自动修理";
www.eeworm.com/read/183589/9152129
lua localization.lua
function DamageMeters_FixPatterns_CN()
for messageID, msgInfo in DamageMeters_msgInfo do
if (not msgInfo.custom) then
local pattern = getglobal(msgInfo.pattern);
if (nil == pattern) then
www.eeworm.com/read/183589/9152158
lua dmreporter.lua
--[[------------------------------------------------------------------------
DMREPORTER.LUA
This file is designed to be executed by a Lua interpreter. For security
reasons, no executable is inc
www.eeworm.com/read/183589/9152160
lua titandamagemeters.lua
--[[
Titan Plugin For DamageMeters 4.1.3
Author: SeraphTC, with additions by Dandelion
Code Changes By Dandelion (15/05/2006)
TitanDamageMeters.Lua Changes:
Changed the way Titan is dete
www.eeworm.com/read/183589/9152175
lua damagemeters.lua
--[[
DamageMeters.lua
See the Readme for author and permissions.
TODO:
FEATURES
- Change commands to /dm command args
- Help tooltips.
- Test matrix cases (falling in party).
- Per-charac
www.eeworm.com/read/183589/9152185
lua titanperformance.lua
TITAN_PERFORMANCE_ID = "Performance";
TITAN_PERFORMANCE_FREQUENCY = 1;
TITAN_FPS_THRESHOLD_TABLE = {
Values = { 20, 30 },
Colors = { RED_FONT_COLOR, NORMAL_FONT_COLOR, GREEN_FONT_COLOR },
}
www.eeworm.com/read/183589/9152186
lua titanmoney.lua
TITAN_MONEY_ID = "Money";
TITAN_MONEY_FREQUENCY = 1;
local startMoney;
local startSessionTime;
function TitanPanelMoneyButton_OnLoad()
this.registry = {
id = TITAN_MONEY_ID,
builtIn =