Static Public Member Functions | |
| static mixed | SkillComp_Name (mixed a, mixed b) |
| -------------- compare functions for skill order ------ | |
| static mixed | SkillComp_Value (mixed a, mixed b) |
| static mixed | SkillComp_SkillId (mixed a, mixed b) |
| static mixed | SkillComp_Active (mixed a, mixed b) |
| static mixed | SkillComp_LockState (mixed a, mixed b) |
| static mixed | SkillUpdate (mixed skillid, mixed value, mixed base_value, mixed lockstate, mixed name, mixed skill_cap) |
| static mixed | CreateQuickCastButtonSkill (mixed x, mixed y, mixed skillid) |
| static mixed | CreateQuickCastButtonWeaponability (mixed x, mixed y, mixed weaponabilityid) |
Definition at line 2445 of file lua_pseudo_code.cpp.
| static mixed gui_skill::SkillComp_Name | ( | mixed | a, | |
| mixed | b | |||
| ) | [inline, static] |
-------------- compare functions for skill order ------
Definition at line 2448 of file lua_pseudo_code.cpp.
| static mixed gui_skill::SkillComp_Value | ( | mixed | a, | |
| mixed | b | |||
| ) | [inline, static] |
Definition at line 2450 of file lua_pseudo_code.cpp.
| static mixed gui_skill::SkillComp_SkillId | ( | mixed | a, | |
| mixed | b | |||
| ) | [inline, static] |
Definition at line 2452 of file lua_pseudo_code.cpp.
| static mixed gui_skill::SkillComp_Active | ( | mixed | a, | |
| mixed | b | |||
| ) | [inline, static] |
Definition at line 2454 of file lua_pseudo_code.cpp.
| static mixed gui_skill::SkillComp_LockState | ( | mixed | a, | |
| mixed | b | |||
| ) | [inline, static] |
Definition at line 2456 of file lua_pseudo_code.cpp.
| static mixed gui_skill::SkillUpdate | ( | mixed | skillid, | |
| mixed | value, | |||
| mixed | base_value, | |||
| mixed | lockstate, | |||
| mixed | name, | |||
| mixed | skill_cap | |||
| ) | [inline, static] |
sets a skill value and lock state lockstate: (0=up, 1=down, 2=locked)
Definition at line 2460 of file lua_pseudo_code.cpp.
| static mixed gui_skill::CreateQuickCastButtonSkill | ( | mixed | x, | |
| mixed | y, | |||
| mixed | skillid | |||
| ) | [inline, static] |
Definition at line 2462 of file lua_pseudo_code.cpp.
| static mixed gui_skill::CreateQuickCastButtonWeaponability | ( | mixed | x, | |
| mixed | y, | |||
| mixed | weaponabilityid | |||
| ) | [inline, static] |
Definition at line 2464 of file lua_pseudo_code.cpp.
1.5.6