Warhorse ScripBind documentation
ContentsIndexHome
PreviousUpNext
CScriptBind_Action::Persistant2DText Method
Syntax
C++
int Persistant2DText(IFunctionHandler* pH, const char* text, float size, Vec3 color, const char* name, float timeout);
Parameters 
Description 
const char* text 
Text that has to be displayed. 
float size 
Size of the 2D text. 
Vec3 color 
Color of the 2D text. 
const char* name 
Name assigned to the 2D text. 
float timeout 
Timeout for the 2D text. 

!

Action.Persistant2DText( text, size, color, name, timeout )

!  

!  

!  

!  

!  

! Adds a persistent 2D text. 

 

Copyright (c) 2012. All rights reserved.