En:OnRandomMapAction
Материал из Pocket Fallout для КПК на PDA PC PPC Mobile.
Содержание |
[править]
Syntax
procedure OnRandomMapAction()
[править]
Description
Called by system with random frequency. Procedure is used for declaration of random action on level location (play music, move units, etc)
[править]
Parameters
Without parameters;
[править]
Result
The pocedure returns nothing;
[править]
Example
procedure OnRandomMapAction()
PlaySfx("BRDCHIR1")
endprocedure
[править]