Static Public Member Functions | |
| static mixed | Send_Target (mixed bIsPos, mixed flag, mixed serial, mixed x, mixed y, mixed z, mixed model, mixed bIsCancel) |
| Send Targetcursor (0x6c). | |
| static mixed | Send_Target_Ground (mixed x, mixed y, mixed z) |
| Target Ground Map. | |
| static mixed | Send_Target_Static (mixed x, mixed y, mixed z, mixed entity, mixed artid) |
| Target Statics (TODO: is this correct?; sends entitiy tile zloc instead of click pos; seems to expect the position at the ground. | |
| static mixed | Send_Target_Item (mixed item) |
| Target Item (Backpack, Paperdoll). | |
| static mixed | Send_Target_Mobile (mixed mobile) |
| Target Mobile (Characters, Monsters). | |
| static mixed | Send_Target_Dynamic (mixed dynamic) |
| Target Dynamics. | |
| static mixed | Send_Target_MultiPart (mixed x, mixed y, mixed z, mixed item, mixed hit_artid) |
Definition at line 1195 of file lua_pseudo_code.cpp.
| static mixed net_cursor::Send_Target | ( | mixed | bIsPos, | |
| mixed | flag, | |||
| mixed | serial, | |||
| mixed | x, | |||
| mixed | y, | |||
| mixed | z, | |||
| mixed | model, | |||
| mixed | bIsCancel | |||
| ) | [inline, static] |
| static mixed net_cursor::Send_Target_Ground | ( | mixed | x, | |
| mixed | y, | |||
| mixed | z | |||
| ) | [inline, static] |
| static mixed net_cursor::Send_Target_Static | ( | mixed | x, | |
| mixed | y, | |||
| mixed | z, | |||
| mixed | entity, | |||
| mixed | artid | |||
| ) | [inline, static] |
Target Statics (TODO: is this correct?; sends entitiy tile zloc instead of click pos; seems to expect the position at the ground.
Definition at line 1204 of file lua_pseudo_code.cpp.
| static mixed net_cursor::Send_Target_Item | ( | mixed | item | ) | [inline, static] |
| static mixed net_cursor::Send_Target_Mobile | ( | mixed | mobile | ) | [inline, static] |
| static mixed net_cursor::Send_Target_Dynamic | ( | mixed | dynamic | ) | [inline, static] |
| static mixed net_cursor::Send_Target_MultiPart | ( | mixed | x, | |
| mixed | y, | |||
| mixed | z, | |||
| mixed | item, | |||
| mixed | hit_artid | |||
| ) | [inline, static] |
Definition at line 1215 of file lua_pseudo_code.cpp.
1.5.6