GetConvertedPlayerId
- Parameters
-
whichPlayer player
- return type
integer
- Source code
function GetConvertedPlayerId takes player whichPlayer returns integer return GetPlayerId(whichPlayer) + 1 endfunction
- Source
- Blizzard.j
- wc3modding.com
- GetConvertedPlayerId