LavishSettings:setting (Object Type)

From Lavish Software Wiki
Revision as of 19:21, 3 July 2006 by Lax (talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to navigation Jump to search

Description

Object Type Vitals
setting
Defined By LavishSettings
Inherits settingnode
Reduces To the setting value
Variable Object Type none
Uses Sub-Types no
C/C++ Type internal

Members

  • string Name: Name of this set
  • string String: The value of this setting, as a string object
  • int Int: The value of this setting, as an int object
  • float Float: The value of this setting, as a float object

Methods

  • Rename[name]: Renames this setting with the given name
  • Set[value]: Sets this setting's value

Examples

See Also