DataType:Targ
Returns information on the spawns detected in MQ2Targets.
This Data Type is referenced in MQ2Targets, and accessed by Top-Level Object(s): Targ
Members
Type | Member | Description |
---|---|---|
int | Count | Return number of entries on the watch list starting at 1. |
Priority[<name>|<index>] | The priority of the spawn (via index or Spawn search). If nothing assigned, default is -1. | |
spawn | Spawn[<name>|<index>] | Access DataType:spawn information for the specified Spawn search or index. |
Examples
/echo ${Targ.Spawn[1].Name}
Returns name of the spawn in index 1.