Keyword

From Dragon Age Toolset Wiki
Revision as of 16:53, 18 February 2012 by Sunjammer (Talk | contribs) (Created)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Keywords are reserved words that have a predefined and special meanings to the compiler. Keywords cannot be used as a function or variable's identifier.

The dascript keywords are:

Remarks

The Script editor's syntax highlighter treats the boolean constants (TRUE and FALSE) as keywords.

See also