HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

code location help plz

12-28-2003, 07:21 AM#1
alastor_ac
i was wondering if anyone knew where the functions called in common.j and blizzard.j that are NOT defined in those files themselves are. Any information would be greatly appreciated. thanks!
12-28-2003, 09:56 AM#2
KaTTaNa
Any function called in blizzard.j will either be defined in blizzard.j or common.j.
If you are talking about AI scripts, there are other functions in common.ai for ai scripts only.
12-28-2003, 12:09 PM#3
weaaddar
There native function defined in game.dll
12-28-2003, 07:44 PM#4
dataangel
All blizzard.j functions are defined within blizzard.j or common.j. Functions in common.j are defined inside the game's source code, and are not accessible.