Project

General

Profile

Actor (Top-Level Object)

Description

Retrieves an actor object from the game world. The Actor TLO retrieves any/every object available in the game world, whereas the Pawn TLO generally returns interactive objects such as PC's, NPC's, etc.

Forms

NOTE: Commas must separate all arguments.)''

Examples

  • ${Actor[IsCollidable,radius,5]}

Notes

  • Also, please note that when iterating, some actor slots will come back as NULL as they would not be compatable with this particular datatype (in particular, 1-5 or so.) You would not find them useful anyway.