We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73aff62 commit 79f1ba2Copy full SHA for 79f1ba2
uJAPIFiles/Changelogs/UjAPI v1.1.34.338
@@ -1,4 +1,8 @@
1
1. New Natives:
2
+ native GetPlayerPathingLimit takes player whichPlayer, integer queueType returns integer // 0 - deep | 1 - dynamic | 2 - fast | 3 - local
3
+ native SetPlayerPathingLimit takes player whichPlayer, integer value returns nothing // Set for all
4
+ native SetPlayerPathingLimitEx takes player whichPlayer, integer queueType, integer value returns nothing
5
+ //
6
native GetUnitTurnRate takes unit whichUnit returns real
7
native SetUnitTurnRate takes unit whichUnit, real turnRate returns nothing
8
native GetUnitPathingLimit takes unit whichUnit, integer level returns integer // Levels: 0 or 1.
0 commit comments