Difference between revisions of "LavishSettings:setting (Object Type)"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 3: Line 3:
  
 
== Members ==
 
== Members ==
* [[ObjectType:string|string]] '''Name''': Name of this set
+
* [[ObjectType:string|string]] '''Name''': Name of this settting
 
* [[ObjectType:string|string]] '''String''': The value of this setting, as a string object
 
* [[ObjectType:string|string]] '''String''': The value of this setting, as a string object
 
* [[ObjectType:int|int]] '''Int''': The value of this setting, as an int object
 
* [[ObjectType:int|int]] '''Int''': The value of this setting, as an int object

Revision as of 13:26, 25 August 2008

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 settting
  • 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

Examples

See Also