Actor (Top-Level Object)¶
- Table of contents
- Actor (Top-Level Object)
- Description
- Forms
- Examples
- Notes
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¶
- actor
Actor[#]
- Argument is 1 to
${Actor}
.
- Argument is 1 to
- actor
Actor[<parameter>,...]
- See Actor Search Parameters for the list of parameters used in this member.
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.