Warhorse ScripBind documentation
ContentsIndexHome
PreviousUpNext
PersistantLine
Syntax
C++
int PersistantLine(IFunctionHandler* pH, Vec3 start, Vec3 end, Vec3 color, const char* name, float timeout);
Parameters 
Description 
Vec3 start 
Starting position of the line. 
Vec3 end 
Ending position of the line. 
Vec3 color 
Color of the line. 
const char* name 
Name assigned to the line. 
float timeout 
Timeout for the line. 

Syntax: Action.PersistantLine( start, end, color, name, timeout ) 

Adds a persistent line to the world. 

 

Copyright (c) 2012. All rights reserved.