En:PreLoadObjectImage
Материал из Pocket Fallout для КПК на PDA PC PPC Mobile.
Содержание |
[править]
Syntax
PreLoadObjectImage(image : String, state : String, store_full_session : Boolean) : Boolean
[править]
Description
Load unit image to memory;
[править]
Parameters
- image - string. Unit image;
- state - string. State;
- store_full_session - boolean. Flag: if value is true then store full session, false - otherwise.
[править]
Result
The function returns value true, if unit image was successfully loaded to memory, false - otherwise. Data type - Boolean;
[править]