- Joined
- Nov 7, 2014
- Messages
- 571
I wanted to find some natives that Blizzard forgot to declare in common.j and common.ai so I tried to do a
diff on the two files (see attachments) to see if I find something... And I did, but the natives were rather disappointing/useless :/
Maybe you can find something more exciting? =)
diff on the two files (see attachments) to see if I find something... And I did, but the natives were rather disappointing/useless :/
JASS:
native DebugBreak takes integer i returns nothing
native DialogSetAsync takes dialog d returns nothing
native SetStackedSound takes string s, real r1, real r2 returns nothing
native ClearStackedSound takes string s, real r1, real r2 returns nothing
native SetStackedSoundRect takes string s, rect r returns nothing
native ClearStackedSoundRect takes string s, rect r returns nothing
Maybe you can find something more exciting? =)