SetPlayerTaxRateBJ
- Parameters
-
rate integer
whichResource playerstate
sourcePlayer player
otherPlayer player
- comment
- patch
1.15
- Source
- Blizzard.j
- return type
nothing
- Source code
function SetPlayerTaxRateBJ takes integer rate, playerstate whichResource, player sourcePlayer, player otherPlayer returns nothing call SetPlayerTaxRate(sourcePlayer, otherPlayer, whichResource, rate) endfunction