Warhorse ScripBind documentation
ContentsIndexHome
PreviousUpNext
PushLabel
Syntax
C++
int PushLabel(IFunctionHandler * pH);
Parameters 
Description 
szPipeName 
goalpipe name 
szLabelName 
label name
!Push a label into a goal pipe. The label is appended at the end of the goal pipe. Pipe of given name has to be previously created. @param name of the goal pipe in which the goal will be pushed. @param name of the label that needs to be pushed into the pipe @see CScriptBindAI::CreateGoalPipe 

Syntax: AI.PushLabel( szPipeName, szLabelName ) 

Used in combination with "branch" goal operation to identify jump destination

Copyright (c) 2012. All rights reserved.