object - commandobject - unit


void NextCommand(int nPrevCommandStatus)

Scope: private

Parameters
nPrevCommandStatus - status of command execution:
false - command execution failed,
true - command execution successeful.

Return values
none

Description
Function NextCommand Must be called by script after ending execution of every command (unless command is ended by returning false - then NextCommand is executed automatically).

See also