Skip to content

Commit 01f55de

Browse files
authored
Update UjAPI v1.1.34.338
1 parent 79f1ba2 commit 01f55de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

uJAPIFiles/Changelogs/UjAPI v1.1.34.338

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
//
66
native GetUnitTurnRate takes unit whichUnit returns real
77
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
811
native GetUnitPathingLimit takes unit whichUnit, integer level returns integer // Levels: 0 or 1.
912
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.
1013
2. Fixed SetTYPEFacing not setting internal Position::Facing, hence causing GetTYPEFacing to not work properly.

0 commit comments

Comments
 (0)