obj_player Class Reference

file : ../lua/obj/obj.player.lua (this is just a pseudo class used for grouping global functions) More...

List of all members.

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


Detailed Description

file : ../lua/obj/obj.player.lua (this is just a pseudo class used for grouping global functions)

Definition at line 831 of file lua_pseudo_code.cpp.


Member Function Documentation

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]

destroy objects outside view range

Definition at line 851 of file lua_pseudo_code.cpp.


The documentation for this class was generated from the following file:

Generated on Fri Mar 29 05:41:10 2013 for lua by  doxygen 1.5.6