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);

See Also

Data Types