Target (Top-Level Object)¶
- Table of contents
- Target (Top-Level Object)
- Description
- Forms
- Examples
Description¶
Retrieves the active target object
Forms¶
- actor Target
Examples¶
- ${Target.Level}
- ${Target.Target.Name}
- This will return the name of your curent target's target.
- ${Target.Target.Target.Name}
- This will returns the name of your current target's target's target's target. (or, your current target.)