Difference between revisions of "ObjectType:variable"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
== Description ==
 
== Description ==
 +
The variable data type allows a variable to be accessed through alternate methods
  
 
== Members ==
 
== Members ==
 
*[[DataType:string|string]] '''Name''': Name of the variable
 
*[[DataType:string|string]] '''Name''': Name of the variable
*[[DataType:bool|bool]] '''Exists''': TRUE if the variable exists
 
 
*[[DataType:type|type]] '''Type''': Variable's data type
 
*[[DataType:type|type]] '''Type''': Variable's data type
  
Line 9: Line 9:
  
 
== Returns ==
 
== Returns ==
Same as '''Exists'''
+
Same as the variable type's "To String"
 +
 
 +
== Inherits ==
 +
The variable's type
  
 
== Examples ==
 
== Examples ==

Revision as of 17:36, 30 May 2005

Description

The variable data type allows a variable to be accessed through alternate methods

Members

  • string Name: Name of the variable
  • type Type: Variable's data type

Methods

Returns

Same as the variable type's "To String"

Inherits

The variable's type

Examples

See Also