Difference between revisions of "ISKernel:dataset (Data Type)"

From Lavish Software Wiki
Jump to navigation Jump to search
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Description ==
+
This datatype is deprecated. You should not use it.
  
== Members ==
+
Use [[LavishSettings]]. See [[LavishSettings:LavishScript_Usage_Walkthrough|LavishScript Usage Walkthrough]]
* [[DataType:string|string]] '''Name''': Name of the data set
 
* [[DataType:float|float]] '''GetFloat['''setting''']''': Retrieves a setting value, as a float
 
* [[DataType:int|int]] '''GetInt['''setting''']''': Retrieves an setting value, as an int
 
* [[DataType:string|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 ==
 
* [[LavishScript:Data Types|LavishScript Data Types]]
 
* [[IS:Session#Data_Types|Inner Space Session Data Types]]
 

Latest revision as of 03:16, 21 April 2009

This datatype is deprecated. You should not use it.

Use LavishSettings. See LavishScript Usage Walkthrough