Difference between revisions of "Script.ldf"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(throw together a little stub description for what script.ldf is, since there's going to be a bunch of links here)
 
m (category)
Line 1: Line 1:
 
Script.ldf is a header file that contains the engine-defined functions of the Dragon Age scripting language. These functions represent the lowest "level" that scripting has access to and many of them are only routinely accessed via wrapper functions defined in core include files.
 
Script.ldf is a header file that contains the engine-defined functions of the Dragon Age scripting language. These functions represent the lowest "level" that scripting has access to and many of them are only routinely accessed via wrapper functions defined in core include files.
 +
 +
[[Category:Scripts]]

Revision as of 22:27, 21 August 2009

Script.ldf is a header file that contains the engine-defined functions of the Dragon Age scripting language. These functions represent the lowest "level" that scripting has access to and many of them are only routinely accessed via wrapper functions defined in core include files.