File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 66 //
77 constant native DecPlayerTechResearched takes player whichPlayer, integer techid, integer levels returns nothing
88 //
9+ native ChangeUnitTimeCycle takes unit whichUnit, boolean isDayTime returns nothing
910 native IsUnitRevealed takes unit whichUnit returns boolean
1011 native GetUnitRevealedTo takes unit whichUnit returns integer
1112 native RevealUnit takes unit whichUnit, integer playerMask returns nothing // id << 1 -> BitwiseShiftLeft( id, 1 ) for each player.
252614. Fixed SetUnitStringField with UNIT_SF_PROPER_NAME not working for InfoBar.
262715. Fixed SetUnitStringField with UNIT_SF_PROPER_NAME not working for HeroBarButton.
272816. Fixed SetUnitStringField with UNIT_SF_PROPER_NAME not working for InfoPanelGroup.
29+ 17. Rewritten CUnit::IsMoving to instead focus on CAbilityMove::IsMoving instead of internal flags.
You can’t perform that action at this time.
0 commit comments