En:OnInitialization
Материал из Pocket Fallout для КПК на PDA PC PPC Mobile.
Содержание |
[править]
Syntax
procedure OnInitialization()
[править]
Description
Called once after that script module was loaded in to the memory (when module work was started). In body of this procedore (event) developer can initialize values of global module variables.
[править]
Parameters
Without parameters;
[править]
Result
The procedure returns nothing;
[править]