Static Public Member Functions | |
| static mixed | GetMobileEquipmentItem (mixed mobile, mixed layer) |
| static mixed | GetMobileEquipmentList (mixed mobile) |
| static mixed | GetContainerContentList (mixed container) |
| static mixed | GetObjectBySerial (mixed serial) |
| static mixed | GetObject (mixed object_or_serial) |
| static mixed | DynamicIsInWorld (mixed dynamic) |
| static mixed | GetDynamicsAtPosition (mixed xloc, mixed yloc) |
| returns a list of dynamics at the given uo position (only dynamics that are in the world) | |
| static mixed | DynamicRemoveFromPosCache (mixed dynamic) |
| static mixed | DynamicAddToPosCache (mixed dynamic) |
| static mixed | DynamicUpdatePosCache (mixed dynamic) |
| static mixed | InitializeObject (mixed serial) |
| static mixed | CleanupObject (mixed object) |
| don't call directly, called from object:Destroy() | |
| static mixed | DestroyObjectBySerial (mixed serial) |
| static mixed | DestroyAllObjects (mixed bDontClearPlayer) |
| needed for mapchange | |
Definition at line 901 of file lua_pseudo_code.cpp.
| static mixed obj_main::GetMobileEquipmentItem | ( | mixed | mobile, | |
| mixed | layer | |||
| ) | [inline, static] |
Definition at line 903 of file lua_pseudo_code.cpp.
| static mixed obj_main::GetMobileEquipmentList | ( | mixed | mobile | ) | [inline, static] |
Definition at line 905 of file lua_pseudo_code.cpp.
| static mixed obj_main::GetContainerContentList | ( | mixed | container | ) | [inline, static] |
Definition at line 907 of file lua_pseudo_code.cpp.
| static mixed obj_main::GetObjectBySerial | ( | mixed | serial | ) | [inline, static] |
Definition at line 909 of file lua_pseudo_code.cpp.
| static mixed obj_main::GetObject | ( | mixed | object_or_serial | ) | [inline, static] |
Definition at line 911 of file lua_pseudo_code.cpp.
| static mixed obj_main::DynamicIsInWorld | ( | mixed | dynamic | ) | [inline, static] |
Definition at line 913 of file lua_pseudo_code.cpp.
| static mixed obj_main::GetDynamicsAtPosition | ( | mixed | xloc, | |
| mixed | yloc | |||
| ) | [inline, static] |
returns a list of dynamics at the given uo position (only dynamics that are in the world)
Definition at line 916 of file lua_pseudo_code.cpp.
| static mixed obj_main::DynamicRemoveFromPosCache | ( | mixed | dynamic | ) | [inline, static] |
Definition at line 918 of file lua_pseudo_code.cpp.
| static mixed obj_main::DynamicAddToPosCache | ( | mixed | dynamic | ) | [inline, static] |
Definition at line 920 of file lua_pseudo_code.cpp.
| static mixed obj_main::DynamicUpdatePosCache | ( | mixed | dynamic | ) | [inline, static] |
Definition at line 922 of file lua_pseudo_code.cpp.
| static mixed obj_main::InitializeObject | ( | mixed | serial | ) | [inline, static] |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
Definition at line 926 of file lua_pseudo_code.cpp.
| static mixed obj_main::CleanupObject | ( | mixed | object | ) | [inline, static] |
don't call directly, called from object:Destroy()
Definition at line 929 of file lua_pseudo_code.cpp.
| static mixed obj_main::DestroyObjectBySerial | ( | mixed | serial | ) | [inline, static] |
Definition at line 931 of file lua_pseudo_code.cpp.
| static mixed obj_main::DestroyAllObjects | ( | mixed | bDontClearPlayer | ) | [inline, static] |
1.5.6