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

From Lavish Software Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
{{Stub}}
 
 
== Description ==
 
== Description ==
{{ObjectType-Vitals|settingnode|[[LavishSettings]]|none|none|none|no|internal}}
+
{{ObjectType-Vitals|settingattribute|[[LavishSettings]]|[[LavishSettings:settingnode (Object Type)|settingnode]]|the attribute value|none|no|internal}}
Settings and Sets now support Attributes, which must follow XML attribute name rules
 
  
See Release notes for Innerspace 1.09 Buld 4839
+
== Members ==
 +
* [[ObjectType:string|string]] '''Name''': Name of this attribute
 +
* [[ObjectType:string|string]] '''String''': The value of this attribute, as a string object
 +
* [[ObjectType:int|int]] '''Int''': The value of this sattribute, as an int object
 +
* [[ObjectType:float|float]] '''Float''': The value of this attribute, as a float object
  
== Members ==
 
* settingattribute setting.FindAttribute[name]
 
* settingattribute setting.FindAttribute[name,auto-create with default value]
 
* settingattribute settingset.FindAttribute[name]
 
* settingattribute settingset.FindAttribute[name,auto-create with default value]
 
 
== Methods ==
 
== Methods ==
 +
*'''Rename['''name''']''': Renames this attribute with the given name
 +
*'''Set['''value''']''': Sets this attribute's value
  
 
== Examples ==
 
== Examples ==

Latest revision as of 18:41, 24 February 2009

Description

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

Members

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

Methods

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

Examples

See Also