Static Public Member Functions | |
| static mixed | GetPaperDoll (mixed serial) |
| static mixed | GetPaperdollItemGumpID (mixed artid, mixed base_id) |
| base_id = kGumpBaseId_Female or kGumpBaseId_Male | |
| static mixed | PaperdollItemWidgetInit (mixed widget, mixed layer, mixed paperdoll, mixed item, mixed base_id) |
| static mixed | RebuildPaperdoll (mixed paperdoll) |
| static mixed | DestroyPaperdollByMobileSerial (mixed serial) |
| triggered by mobile destruction | |
| static mixed | HandleOpenPaperdoll (mixed paperdoll) |
| called from kPacket_Open_Paperdoll, TogglePlayerPaperdoll and OpenPaperdoll | |
| static mixed | OpenPaperdoll (mixed x, mixed y, mixed serial) |
| open/reposition the requested paperdoll | |
Definition at line 2512 of file lua_pseudo_code.cpp.
| static mixed gui_paperdoll::GetPaperDoll | ( | mixed | serial | ) | [inline, static] |
Definition at line 2514 of file lua_pseudo_code.cpp.
| static mixed gui_paperdoll::GetPaperdollItemGumpID | ( | mixed | artid, | |
| mixed | base_id | |||
| ) | [inline, static] |
base_id = kGumpBaseId_Female or kGumpBaseId_Male
Definition at line 2517 of file lua_pseudo_code.cpp.
| static mixed gui_paperdoll::PaperdollItemWidgetInit | ( | mixed | widget, | |
| mixed | layer, | |||
| mixed | paperdoll, | |||
| mixed | item, | |||
| mixed | base_id | |||
| ) | [inline, static] |
Definition at line 2519 of file lua_pseudo_code.cpp.
| static mixed gui_paperdoll::RebuildPaperdoll | ( | mixed | paperdoll | ) | [inline, static] |
----------------------------------------------- End of local functions ----------------------------- rebuild needed on update to have correct layerorder paperdoll.bIsPlayer (check if is player or npc)
Definition at line 2524 of file lua_pseudo_code.cpp.
| static mixed gui_paperdoll::DestroyPaperdollByMobileSerial | ( | mixed | serial | ) | [inline, static] |
| static mixed gui_paperdoll::HandleOpenPaperdoll | ( | mixed | paperdoll | ) | [inline, static] |
called from kPacket_Open_Paperdoll, TogglePlayerPaperdoll and OpenPaperdoll
Definition at line 2530 of file lua_pseudo_code.cpp.
| static mixed gui_paperdoll::OpenPaperdoll | ( | mixed | x, | |
| mixed | y, | |||
| mixed | serial | |||
| ) | [inline, static] |
1.5.6