Jass documentation Database
JASS Documentation Database REFORGED
Results for the query "MeleeGetAllyKeyStructureCount" as a "function"
Function MeleeGetAllyKeyStructureCount
Line: |
9189 |
Location: |
blizzard.j |
Constant? |
no |
Type: |
function |
Arguments: |
player whichPlayer |
Returns: |
integer |
Preview
Extra spaces may have been removed from the original file to show the function in a comfortable way.
// Count the number of buildings controlled by all not-yet-defeated co-allies.
set keyStructs = 0
set playerIndex = 0
loop
set indexPlayer = Player(playerIndex)
endif
set playerIndex = playerIndex + 1
endloop
return keyStructs
endfunction
"What ya got?"
Hmmm... there's no info about this keyword... be the first one in contribute with the keyword MeleeGetAllyKeyStructureCount.
You must be logged into the site in order to give us a hand in keeping updated the information. If you don't have an account, you can create one here.
Page loaded in 0.0653 seconds.
|