CreateVector3
Description
Creates a vector and fills it with the values passed in. Returns a vector ID
Definition
integer CreateVector3( x, y, z )
int agk::CreateVector3( float x, float y, float z )
Parameters
- x - The x component of the vector
- y - The y component of the vector
- z - The z component of the vector