LavishSettings:setting (Object Type)

From Lavish Software Wiki
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 setting
  • 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
  • Remove: Removes this setting
  • Remove: Removes this setting
  • AddAttribute[name,value]:

Examples

See Also