HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Find functions' actual code?

07-27-2004, 11:06 PM#1
Browser_12
Is there a way (or a place) where i could find the code that is executed when a function is called? I want to see what code is executed when i call the UnitAddAbilityBJ function, specifically. Or are these functions not actually defined in JASS, but some lower-level language?
07-27-2004, 11:11 PM#2
weaaddar
If you use UnitAddAbilityBJ you can indeed find its code however its very lackluster:
function UnitAddAbilityBJ is found inside Blizzard.j
But it calls the native UnitAddAbility. Natives are functions whose code bodies are not exposed anywhere in script and are part of the warcraft III game engine.
07-27-2004, 11:15 PM#3
Browser_12
sad... :(
07-28-2004, 12:52 AM#4
Browser_12
sad... :( (eep! double post! sorry, it was an accident....)