Warcraft III resources & community, 2003–2006 · archived

Accessing unit's data fields

2 posts
#1

Accessing unit's data fields

Is possible (via triggers or JASS) to access unit data fields?
Ex.:

IF (triggering unit) 'attack type' equal to 'normal'
THEN <actions>
or

IF (triggering unit) 'movement type' equal to 'foot'
THEN <actions>
#2
I don't think it is possible to change the attack/movement type through triggers, so even if that was possible it would be useless if it is not made for a spell.

-Rui