Difference between revisions of "ObjectType:variable"

From Lavish Software Wiki
Jump to navigation Jump to search
 
(5 intermediate revisions by 2 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
 
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:type|type]] '''Type''': Variable's data type
 
  
 
== Methods ==
 
== Methods ==
 
+
''none''
== Returns ==
 
Same as the variable type's "To String"
 
 
 
== Inherits ==
 
The variable's type
 
 
 
== Examples ==
 
  
 
== See Also ==
 
== See Also ==
* [[LavishScript:Data Types|Data Types]]
+
{{LavishScript:ObjectType}}
 
 
[[Category:LavishScript]]
 
[[Category:LavishScript Data Types]]
 

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