Static Public Member Functions | |
| static mixed | LoadingProfile (mixed sCurAction, mixed bIsPreOgre) |
| static mixed | CreateUniFontTexture (mixed loader, mixed name) |
| static mixed | CreateUniFontLoaderIfFileExists (mixed filename) |
| static mixed | MyCreateAnimLoader (mixed loadertype, mixed...) |
| static mixed | PreLoadUpdate (mixed p) |
| static mixed | MapChangeRequest (mixed iMaxNewIndex) |
| don't load new map immediately, several mapchanges might be sent at login quickly | |
| static mixed | UnloadOldMap (mixed bDoNotClearObjects, mixed bDontClearPlayer) |
| destroys old items, and cleans up old static,ground loaders | |
| static mixed | LoadMap (mixed index) |
| Loads Maps+Statics+Diff Files (only pre 6.0.0). | |
Definition at line 4429 of file lua_pseudo_code.cpp.
| static mixed loading::LoadingProfile | ( | mixed | sCurAction, | |
| mixed | bIsPreOgre | |||
| ) | [inline, static] |
which uni font chat should be used in chat over the head gChatText_UniFontNumber = 1 profiles the time took by the different loading phases, and displays a text about what is currently being loaded
Definition at line 4434 of file lua_pseudo_code.cpp.
| static mixed loading::CreateUniFontTexture | ( | mixed | loader, | |
| mixed | name | |||
| ) | [inline, static] |
[[ deprecated, old guisystem, doesn't support unicode well, see lib.unifont.lua for an alternative create a ogre font from a uo unifont file name = resourcename filename = unifont filename
Definition at line 4441 of file lua_pseudo_code.cpp.
| static mixed loading::CreateUniFontLoaderIfFileExists | ( | mixed | filename | ) | [inline, static] |
Definition at line 4443 of file lua_pseudo_code.cpp.
| static mixed loading::MyCreateAnimLoader | ( | mixed | loadertype, | |
| mixed... | ||||
| ) | [inline, static] |
Definition at line 4445 of file lua_pseudo_code.cpp.
| static mixed loading::PreLoadUpdate | ( | mixed | p | ) | [inline, static] |
Definition at line 4447 of file lua_pseudo_code.cpp.
| static mixed loading::MapChangeRequest | ( | mixed | iMaxNewIndex | ) | [inline, static] |
don't load new map immediately, several mapchanges might be sent at login quickly
Definition at line 4450 of file lua_pseudo_code.cpp.
| static mixed loading::UnloadOldMap | ( | mixed | bDoNotClearObjects, | |
| mixed | bDontClearPlayer | |||
| ) | [inline, static] |
destroys old items, and cleans up old static,ground loaders
Definition at line 4453 of file lua_pseudo_code.cpp.
| static mixed loading::LoadMap | ( | mixed | index | ) | [inline, static] |
Loads Maps+Statics+Diff Files (only pre 6.0.0).
Definition at line 4456 of file lua_pseudo_code.cpp.
1.5.6