ISKernel:dataset (Data Type)

From Lavish Software Wiki
Revision as of 08:27, 24 February 2005 by Lax (talk | contribs)
Jump to navigation Jump to search

Description

Members

  • string Name: Name of the data set
  • float GetFloat[setting]: Retrieves a setting value, as a float
  • int GetInt[setting]: Retrieves an setting value, as an int
  • string GetString[setting]: Retrieves a setting value, as a string

Methods

(these methods require Inner Space 0.74)

  • SetName[name]: Changes the name of the data set
  • Set[setting,value]: Sets (creating if necessary) a setting in this data set

Returns

Same as Name

Examples

See Also