仙魔无双SDK
面向策划逻辑制作的游戏开发包
|
用来修整在globalconfig.lua里的数值的操作 更多...
函数 | |
int | GetGlobalSetting_Skill_Ride () |
获取全局配置之:坐骑技能 更多... | |
int | ModifyGlobalLootRate_Money (int nDeltaValue) |
修正全局掉落率:金钱。 更多... | |
int | ModifyGlobalLootRate_Exp (int nDeltaValue) |
修正全局掉落率:经验。 更多... | |
用来修整在globalconfig.lua里的数值的操作
int GetGlobalSetting_Skill_Ride | ( | ) |
获取全局配置之:坐骑技能
int ModifyGlobalLootRate_Exp | ( | int | nDeltaValue | ) |
修正全局掉落率:经验。
nDeltaValue | [整数] 变化值 |
int ModifyGlobalLootRate_Money | ( | int | nDeltaValue | ) |
修正全局掉落率:金钱。
nDeltaValue | [整数] 变化值 |