Project

General

Profile

Actor (Data Type)

Description

This DataType includes all of the data available to ISXVG that is related to entities within the world.

Members

Notes

The actor TLO and data type are used to get information about any/all objects in the game world. This is different from the pawn TLO and data type, which is generally used to get information about interactive objects in the game world. All pawn objects are also actor objects, but not all actor objects are pawn objects. This is why the ToPawn member of the actor object can return a NULL, but the ToActor member of the pawn object should always return a valid actor object.