We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21261f2 commit 3a532adCopy full SHA for 3a532ad
uJAPIFiles/Changelogs/UjAPI v1.1.31.303.txt
@@ -1,5 +1,10 @@
1
1. New Natives:
2
- constant native DecPlayerTechResearched takes player whichPlayer, integer techid, integer levels returns nothing
+ native StringEncrypt takes string s, string keyString returns string
3
+ native StringDecrypt takes string s, string keyString returns string
4
+ native StringToBase64 takes string s returns string
5
+ native StringFromBase64 takes string s returns string
6
+ //
7
+ constant native DecPlayerTechResearched takes player whichPlayer, integer techid, integer levels returns nothing
8
2. Fixed EVENT_UNIT_ATTACK_FINISHED returning target as source instead.
9
3. BlzDecPlayerTechResearched is now also implemented.
10
4. SetPlayerTechResearched rewritten, now it supports tech decrease.
0 commit comments