location
A location has three components: the object ID of the area, a vector representing the position within the area, and a floating point number representing the facing.
Example
location loc = Location(objArea, vecPosition, fFacing);
A location has three components: the object ID of the area, a vector representing the position within the area, and a floating point number representing the facing.
location loc = Location(objArea, vecPosition, fFacing);