-
Notifications
You must be signed in to change notification settings - Fork 11
Config
ben-sangster edited this page Oct 6, 2010
·
1 revision
Used for writing and reading from config files.
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])
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.