Scripting

From King Arthur's Gold Wiki
Revision as of 23:51, 23 January 2013 by Splittingred (Talk | contribs)

Jump to: navigation, search

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.

Go to main article...


Global Properties

Global properties are variables that are globally available (for reading/writing) in any script.

Go to main article...


Objects

Something here about the general concept of objects and their types.

Go to main article...