FinishCommand

Kategorie: Objekte / Commands
Ab Engineversion: 5.1 OC

Beschreibung

Beendet ein Kommado in der Kommandoliste eines Objekts.

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