Skip to content

Commit 2cb3473

Browse files
authored
Update UjAPI v1.1.31.303.txt
1 parent fe95c75 commit 2cb3473

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

uJAPIFiles/Changelogs/UjAPI v1.1.31.303.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
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.
@@ -25,3 +26,4 @@
2526
14. Fixed SetUnitStringField with UNIT_SF_PROPER_NAME not working for InfoBar.
2627
15. Fixed SetUnitStringField with UNIT_SF_PROPER_NAME not working for HeroBarButton.
2728
16. 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.

0 commit comments

Comments
 (0)