Static Public Member Functions | |
| static mixed | GetDynamic (mixed dynamic_or_serial) |
| todo : hausschild | |
| static mixed | InitializeDynamic (mixed serial) |
| constructor, don't call directly, use CreateOrUpdateDynamic() instead | |
| static mixed | CreateOrUpdateDynamic (mixed dynamicdata, mixed mobile) |
Definition at line 938 of file lua_pseudo_code.cpp.
| static mixed obj_dynamic::GetDynamic | ( | mixed | dynamic_or_serial | ) | [inline, static] |
| static mixed obj_dynamic::InitializeDynamic | ( | mixed | serial | ) | [inline, static] |
constructor, don't call directly, use CreateOrUpdateDynamic() instead
Definition at line 944 of file lua_pseudo_code.cpp.
| static mixed obj_dynamic::CreateOrUpdateDynamic | ( | mixed | dynamicdata, | |
| mixed | mobile | |||
| ) | [inline, static] |
called from kPacket_Show_Item,kPacket_Object_to_Object,kPacket_Container_Contents mobile is only set if called from mobile:Update with equipmentdata , e.g. from kPacket_Equipped_MOB or kPacket_Equip_Item
Definition at line 948 of file lua_pseudo_code.cpp.
1.5.6