File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 44 native StringToBase64 takes string s returns string
55 native StringFromBase64 takes string s returns string
66 //
7- constant native DecPlayerTechResearched takes player whichPlayer, integer techid, integer levels returns nothing
7+ constant native DecPlayerTechResearched takes player whichPlayer, integer techid, integer levels returns nothing
8+ //
9+ native IsUnitRevealed takes unit whichUnit returns boolean
10+ native GetUnitRevealedTo takes unit whichUnit returns integer
11+ native RevealUnit takes unit whichUnit, integer playerMask returns nothing // id << 1 -> BitwiseShiftLeft( id, 1 ) for each player.
12+ native UnrevealUnit takes unit whichUnit returns nothing // only works if unit was revealed beforehand.
8132. Fixed EVENT_UNIT_ATTACK_FINISHED returning target as source instead.
9143. BlzDecPlayerTechResearched is now also implemented.
10154. SetPlayerTechResearched rewritten, now it supports tech decrease.
You can’t perform that action at this time.
0 commit comments