Skip to content

Commit 3a532ad

Browse files
authored
Update UjAPI v1.1.31.303.txt
1 parent 21261f2 commit 3a532ad

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

uJAPIFiles/Changelogs/UjAPI v1.1.31.303.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
1. New Natives:
2-
constant native DecPlayerTechResearched takes player whichPlayer, integer techid, integer levels returns nothing
2+
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
38
2. Fixed EVENT_UNIT_ATTACK_FINISHED returning target as source instead.
49
3. BlzDecPlayerTechResearched is now also implemented.
510
4. SetPlayerTechResearched rewritten, now it supports tech decrease.

0 commit comments

Comments
 (0)