Skip to content
ben-sangster edited this page Oct 6, 2010 · 1 revision

Description

Used for writing and reading from config files.

Functions

Config get (String parm)

String string ([String name], [String DefaultValue])

Number number (String name, [Number DefaultValue])

Vector vector (String name, [Vector DefaultValue])

Matrix matrix (String name, [Matrix DefaultValue])

ObjectType objectType (String name, [String DefaultValue])

EventType eventType (String name, [String DefaultValue])

Message message (String name, [String DefaultValue])

Handle namedHandle (String name, [String DefaultValue])

API

Found in "dmz/runtime/config"

Config create (Config cfg)

Config create (String name)

  • Open a config file for reading and writing.

Config isTypeOf (Config cfg)

  • Used for checking if an object is a Config.

Clone this wiki locally