Static Public Member Functions | |
| static mixed | SetUpDateRange (mixed range) |
| static mixed | IsPlayerMobile (mixed mobile) |
| static mixed | NotifyWarmode (mixed flag) |
| static mixed | UpdatePlayerBodySerial (mixed serial) |
| called from handlers of kPacket_Login_Confirm and kPacket_Teleport | |
| static mixed | GetUODistToPlayer (mixed xloc, mixed yloc) |
| static mixed | GetUODistToPos (mixed xloc, mixed yloc, mixed xloc2, mixed yloc2) |
| static mixed | IsOutsideRange (mixed xloc, mixed yloc, mixed xloc2, mixed yloc2, mixed range) |
| static mixed | DestroyObjectsFarFromPlayer (mixed player_xloc, mixed player_yloc) |
| destroy objects outside view range | |
Definition at line 831 of file lua_pseudo_code.cpp.
| static mixed obj_player::SetUpDateRange | ( | mixed | range | ) | [inline, static] |
Definition at line 833 of file lua_pseudo_code.cpp.
| static mixed obj_player::IsPlayerMobile | ( | mixed | mobile | ) | [inline, static] |
Definition at line 835 of file lua_pseudo_code.cpp.
| static mixed obj_player::NotifyWarmode | ( | mixed | flag | ) | [inline, static] |
TODO : move to obj.player.lua ? called from kPacket_SetPlayerWarmode
Definition at line 839 of file lua_pseudo_code.cpp.
| static mixed obj_player::UpdatePlayerBodySerial | ( | mixed | serial | ) | [inline, static] |
called from handlers of kPacket_Login_Confirm and kPacket_Teleport
Definition at line 842 of file lua_pseudo_code.cpp.
| static mixed obj_player::GetUODistToPlayer | ( | mixed | xloc, | |
| mixed | yloc | |||
| ) | [inline, static] |
Definition at line 844 of file lua_pseudo_code.cpp.
| static mixed obj_player::GetUODistToPos | ( | mixed | xloc, | |
| mixed | yloc, | |||
| mixed | xloc2, | |||
| mixed | yloc2 | |||
| ) | [inline, static] |
Definition at line 846 of file lua_pseudo_code.cpp.
| static mixed obj_player::IsOutsideRange | ( | mixed | xloc, | |
| mixed | yloc, | |||
| mixed | xloc2, | |||
| mixed | yloc2, | |||
| mixed | range | |||
| ) | [inline, static] |
Definition at line 848 of file lua_pseudo_code.cpp.
| static mixed obj_player::DestroyObjectsFarFromPlayer | ( | mixed | player_xloc, | |
| mixed | player_yloc | |||
| ) | [inline, static] |
1.5.6