Parameters |
Description |
Vec3 pos |
Position of the arrow. |
float radius |
Radius of the arrow. |
Vec3 dir |
Direction of the arrow. |
Vec3 color |
Color of the arrow. |
const char* name |
Name assigned to the arrow. |
float timeout |
Timeout for the arrow. |
Syntax: Action.PersistantArrow( pos, radius, dir, color, name, timeout )
Adds a persistent arrow to the world.
Copyright (c) 2012. All rights reserved.
|