Difference between revisions of "ObjectType:variable"

From Lavish Software Wiki
Jump to navigation Jump to search
 
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
== Description ==
 
== Description ==
 +
{{ObjectType-Vitals|variable|[[LavishScript]]|variable's type|variable's reduction value|none|no|LSOBJECT *}}
 +
 +
The variable data type allows a variable to be accessed through alternate methods
  
 
== Members ==
 
== Members ==
*[[DataType:string|string]] '''Name''': Name of the variable
+
''none''
*[[DataType:bool|bool]] '''Exists''': TRUE if the variable exists
 
*[[DataType:type|type]] '''Type''': Variable's data type
 
  
 
== Methods ==
 
== Methods ==
 
+
''none''
== Returns ==
 
Same as '''Exists'''
 
 
 
== Examples ==
 
  
 
== See Also ==
 
== See Also ==
* [[LavishScript:Data Types|Data Types]]
+
{{LavishScript:ObjectType}}

Latest revision as of 16:42, 8 July 2018

Description

Object Type Vitals
variable
Defined By LavishScript
Inherits variable's type
Reduces To variable's reduction value
Variable Object Type none
Uses Sub-Types no
C/C++ Type LSOBJECT *

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

Members

none

Methods

none

See Also

LavishScript Object Types