• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Help with Native List

Status
Not open for further replies.
Level 4
Joined
Aug 5, 2007
Messages
49
Hey I've been scouring the internet for a native list of editor features, is there one on this site someone can link for me?

I'm tyring to get the new native variables like GetEventDamageSource()

Thanks in advance!
 
Last edited:
The natives/functions are found in common.j, blizzard.j and common.ai.
When you mod warcraft 3 V1.30+, then after world editor did a jass script check (with jasshelper enabled) you find common.j and blizzard.j at user\Documents\Warcraft III\JassHelper\

common.j is the api and constants to speak with the game engine by map scripting.
blizzard.j is a jass file containing functions created mostly for melee & GUI.
 
Status
Not open for further replies.
Top