Warhorse ScripBind documentation
ContentsIndexHome
PreviousUpNext
CScriptBind_AI::PushLabel Method
Syntax
C++
int PushLabel(IFunctionHandler * pH);
Parameters 
Description 
szPipeName 
goalpipe name 
szLabelName 
label name 

!

AI.PushLabel( szPipeName, szLabelName )

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

!  

!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 CScriptBind_AI::CreateGoalPipe

Copyright (c) 2012. All rights reserved.