- Joined
- Jul 12, 2005
- Messages
- 764
I've seen this in a tutorial:
I'm just interested, how does it return a boolean? What does this boolean show? I mean what do i get with it? Like is it attackable or what?
I saw that many native functions return a boolean (like this one). I don't understant.
JASS:
local boolean b = IssueTargetOrder(u, "attack",t)
I'm just interested, how does it return a boolean? What does this boolean show? I mean what do i get with it? Like is it attackable or what?
I saw that many native functions return a boolean (like this one). I don't understant.