You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: uJAPIFiles/Changelogs/UjAPI v1.1.34.338
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,9 @@
5
5
//
6
6
native GetUnitTurnRate takes unit whichUnit returns real
7
7
native SetUnitTurnRate takes unit whichUnit, real turnRate returns nothing
8
+
native IsUnitTurningOnly takes unit whichUnit returns boolean
9
+
native UnitAllowMove takes unit whichUnit returns nothing
10
+
native UnitAllowTurningOnly takes unit whichUnit returns nothing
8
11
native GetUnitPathingLimit takes unit whichUnit, integer level returns integer // Levels: 0 or 1.
9
12
native SetUnitPathingLimit takes unit whichUnit, integer level, integer limit returns nothing // Limit is 0 to 32,767 (anything lower than 0 will default to -32,767). Use -1 (or any other negative number) to "erase" limit.
10
13
2. Fixed SetTYPEFacing not setting internal Position::Facing, hence causing GetTYPEFacing to not work properly.
0 commit comments