whoward69
DLL Minion
WTH?
Is this new or have I just never noticed it before?
Code:
> for pUnit in pPlayer:Units() do print(pUnit:GetName(), pUnit:[COLOR="Red"]IsCombatUnit[/COLOR]()) end
WorldView: Warrior true
WorldView: Guided Missile false
[COLOR="red"] WorldView: Bomber false[/COLOR]
WorldView: Battleship true
[COLOR="Red"] WorldView: Jet Fighter false[/COLOR]
WorldView: Lancer true
WorldView: Missile Cruiser true
WorldView: Submarine true
WorldView: Scout true
WorldView: Work Boat false
WorldView: Worker false
WorldView: Settler false
Is this new or have I just never noticed it before?