Static Public Member Functions | |
| static mixed | Send_StatsLockState (mixed stat, mixed lockstate) |
| static mixed | Send_PopupRequest (mixed serial) |
| triggers -- which came from kPacket_Generic_SubCommand_DisplayPopup | |
| static mixed | Send_PopupAnswer (mixed popupserial, mixed entrytag) |
| static mixed | SendBandageSelf (mixed bandageid) |
| static mixed | SendBandageCommand (mixed bandageid, mixed targetid) |
Definition at line 1174 of file lua_pseudo_code.cpp.
| static mixed net_generic::Send_StatsLockState | ( | mixed | stat, | |
| mixed | lockstate | |||
| ) | [inline, static] |
sends the server the lock state of one stat stat (0=str, 1=dex, 2=int) lockstate (0=up, 1=down, 2=locked)
Definition at line 1179 of file lua_pseudo_code.cpp.
| static mixed net_generic::Send_PopupRequest | ( | mixed | serial | ) | [inline, static] |
triggers -- which came from kPacket_Generic_SubCommand_DisplayPopup
Definition at line 1182 of file lua_pseudo_code.cpp.
| static mixed net_generic::Send_PopupAnswer | ( | mixed | popupserial, | |
| mixed | entrytag | |||
| ) | [inline, static] |
sends kPacket_Generic_SubCommand_PopupEntrySelect after the user has choosen an answer to the popup which came from kPacket_Generic_SubCommand_DisplayPopup see also SendPopupChoice() from old iris
Definition at line 1187 of file lua_pseudo_code.cpp.
| static mixed net_generic::SendBandageSelf | ( | mixed | bandageid | ) | [inline, static] |
Definition at line 1189 of file lua_pseudo_code.cpp.
| static mixed net_generic::SendBandageCommand | ( | mixed | bandageid, | |
| mixed | targetid | |||
| ) | [inline, static] |
Definition at line 1191 of file lua_pseudo_code.cpp.
1.5.6