Static Public Member Functions | |
| static mixed | Send_Request_SkillUse (mixed skillid) |
| static mixed | Send_SkillLockState (mixed skillid, mixed lockstate) |
Definition at line 1571 of file lua_pseudo_code.cpp.
| static mixed net_skill::Send_Request_SkillUse | ( | mixed | skillid | ) | [inline, static] |
see also net.mobile.lua stuff for skills Request SkillUse
Definition at line 1576 of file lua_pseudo_code.cpp.
| static mixed net_skill::Send_SkillLockState | ( | mixed | skillid, | |
| mixed | lockstate | |||
| ) | [inline, static] |
sends the server the lock state of one skill (more skills are possible but not used in this function) lockstate (0=up, 1=down, 2=locked)
Definition at line 1580 of file lua_pseudo_code.cpp.
1.5.6