Difference between revisions of "Scripting"
From King Arthur's Gold Wiki
Splittingred (Talk | contribs) (→Basics) |
Splittingred (Talk | contribs) (→Basics) |
||
Line 10: | Line 10: | ||
* [[Installing a Mod]] | * [[Installing a Mod]] | ||
* [[Adding a Mod to a Gamemode]] | * [[Adding a Mod to a Gamemode]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
=[[Global_Functions|Global Functions]]= | =[[Global_Functions|Global Functions]]= |
Revision as of 22:51, 23 January 2013
Placeholder
KAG uses angelscript for scripting.
The angelscript documentation is very good and worth looking at as a start point: http://www.angelcode.com/angelscript/sdk/docs/manual/doc_script.html
Basics
Global Functions
Global functions are functions that are globally available to be called by any script.
Global Properties
Global properties are variables that are globally available (for reading/writing) in any script.
Objects
Something here about the general concept of objects and their types.