SetPlayerTechMaxAllowedSwap
- Parameters
-
techid integer
maximum integer
whichPlayer player
- return type
nothing
- Source code
function SetPlayerTechMaxAllowedSwap takes integer techid, integer maximum, player whichPlayer returns nothing call SetPlayerTechMaxAllowed(whichPlayer, techid, maximum) endfunction
- Source
- Blizzard.j
- wc3modding.com
- SetPlayerTechMaxAllowedSwap