Static Public Member Functions | |
| static mixed | GumpParser (mixed Gumpdata, mixed Clientsidemode) |
| static mixed | CloseServerSideGump (mixed playerId, mixed dialogId, mixed buttonId, mixed bServerSideClose) |
| static mixed | GumpParser_ParseToken (mixed token, mixed tokenformat, mixed paramadd) |
| static mixed | GumpParser_CloseOldDialog (mixed dialogId, mixed playerid, mixed bClientSideMode) |
| close already existing dialog with the same id | |
| static mixed | GumpParser_DebugDumpGump (mixed Gumpdata) |
| see also http://www.iris2.de/index.php/Gump_reference_(from_Pol_Forum) | |
| static mixed | GumpParser_New (mixed Gumpdata, mixed bClientSideMode, mixed pDialogWrapper) |
| static mixed | GumpParser_Old (mixed Gumpdata, mixed Clientsidemode) |
Definition at line 2468 of file lua_pseudo_code.cpp.
| static mixed gui_gumpparser::GumpParser | ( | mixed | Gumpdata, | |
| mixed | Clientsidemode | |||
| ) | [inline, static] |
Definition at line 2470 of file lua_pseudo_code.cpp.
| static mixed gui_gumpparser::CloseServerSideGump | ( | mixed | playerId, | |
| mixed | dialogId, | |||
| mixed | buttonId, | |||
| mixed | bServerSideClose | |||
| ) | [inline, static] |
Definition at line 2472 of file lua_pseudo_code.cpp.
| static mixed gui_gumpparser::GumpParser_ParseToken | ( | mixed | token, | |
| mixed | tokenformat, | |||
| mixed | paramadd | |||
| ) | [inline, static] |
returns a table token is an array tokenformat is a string with comma-separated field names like "x,y,width,height,[ctrlname],..." [] encasing optional params and ... for not checking the number of remaining params
Definition at line 2478 of file lua_pseudo_code.cpp.
| static mixed gui_gumpparser::GumpParser_CloseOldDialog | ( | mixed | dialogId, | |
| mixed | playerid, | |||
| mixed | bClientSideMode | |||
| ) | [inline, static] |
| static mixed gui_gumpparser::GumpParser_DebugDumpGump | ( | mixed | Gumpdata | ) | [inline, static] |
see also http://www.iris2.de/index.php/Gump_reference_(from_Pol_Forum)
Definition at line 2484 of file lua_pseudo_code.cpp.
| static mixed gui_gumpparser::GumpParser_New | ( | mixed | Gumpdata, | |
| mixed | bClientSideMode, | |||
| mixed | pDialogWrapper | |||
| ) | [inline, static] |
Definition at line 2486 of file lua_pseudo_code.cpp.
| static mixed gui_gumpparser::GumpParser_Old | ( | mixed | Gumpdata, | |
| mixed | Clientsidemode | |||
| ) | [inline, static] |
Definition at line 2488 of file lua_pseudo_code.cpp.
1.5.6