alias TargetType


(alias) TargetType = (0|1|2|3)
    | 0 -- none
    | 1 -- unit
    | 2 -- position
    | 3 -- projectile

[source]