Static Public Member Functions | |
| static mixed | PartySystem_GetMemberPos (mixed serial) |
| static mixed | PartySystem_UpdateMemberList (mixed memberlist) |
| static mixed | IsMobileInParty (mixed serial) |
| static mixed | IsMobilePartyLeader (mixed serial) |
| static mixed | PartySendInvite (mixed serial) |
| static mixed | PartySendKick (mixed serial) |
| static mixed | PartySendCanLootMe (mixed bState) |
| static mixed | Send_PartyChat (mixed chatmessage, mixed text_unicode) |
| thanks to surcouf =) | |
| static mixed | HandlePartySystemMessage (mixed input, mixed size) |
Definition at line 1503 of file lua_pseudo_code.cpp.
| static mixed net_partysystem::PartySystem_GetMemberPos | ( | mixed | serial | ) | [inline, static] |
can see party members not in sightrange using 0xF0 packet returns xloc,yloc,iFacet,bIsOnSameFacet
Definition at line 1507 of file lua_pseudo_code.cpp.
| static mixed net_partysystem::PartySystem_UpdateMemberList | ( | mixed | memberlist | ) | [inline, static] |
Definition at line 1509 of file lua_pseudo_code.cpp.
| static mixed net_partysystem::IsMobileInParty | ( | mixed | serial | ) | [inline, static] |
Definition at line 1511 of file lua_pseudo_code.cpp.
| static mixed net_partysystem::IsMobilePartyLeader | ( | mixed | serial | ) | [inline, static] |
Definition at line 1513 of file lua_pseudo_code.cpp.
| static mixed net_partysystem::PartySendInvite | ( | mixed | serial | ) | [inline, static] |
Definition at line 1515 of file lua_pseudo_code.cpp.
| static mixed net_partysystem::PartySendKick | ( | mixed | serial | ) | [inline, static] |
Definition at line 1517 of file lua_pseudo_code.cpp.
| static mixed net_partysystem::PartySendCanLootMe | ( | mixed | bState | ) | [inline, static] |
Definition at line 1519 of file lua_pseudo_code.cpp.
| static mixed net_partysystem::Send_PartyChat | ( | mixed | chatmessage, | |
| mixed | text_unicode | |||
| ) | [inline, static] |
| static mixed net_partysystem::HandlePartySystemMessage | ( | mixed | input, | |
| mixed | size | |||
| ) | [inline, static] |
Definition at line 1524 of file lua_pseudo_code.cpp.
1.5.6