• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[JASS] "ForceEnumAllies()" ?

Status
Not open for further replies.
Level 11
Joined
Oct 11, 2012
Messages
711
Hi, all. Does "ForceEnumAllies" include the player itself?
JASS:
function GetPlayersAllies takes player p returns force
    local force f = CreateForce()
    call ForceEnumAllies(f, p, null)
    return f
endfunction
//Does force f include player p?
 
Status
Not open for further replies.
Top