FinishCommand

Kategorie: Objekte / Commands
Ab Engineversion: 1.0 OC

Beschreibung

Ends a command in the command stack of an object. A finished command stays in the stack until it would be time for it to be executed and is removed only then.

Syntax

bool FinishCommand(bool success, int command_num);

Parameter

success:
Ob das Kommando als erfolgreich gewertet werden soll.
command_num:
[opt] Index des Kommandos. 0 für das aktuelle, 1 für das als nächstes auszuführende usw.
Siehe auch: AddCommand, AppendCommand, GetCommand, SetCommand
Günther, 2004-04
Newton, 2013-12