Difference between revisions of "ObjectType:variable"

From Lavish Software Wiki
Jump to navigation Jump to search
m (DataType:variable moved to ObjectType:variable)
 
(One intermediate revision by the same user 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
  
Line 7: Line 9:
 
== Methods ==
 
== Methods ==
 
''none''
 
''none''
 
== Returns ==
 
Same as the variable type's "To String"
 
 
== Inherits ==
 
The variable's type
 
 
== Examples ==
 
===Set a variable inside a currently running script===
 
*Script[KillCount].Variable[TotalKills]:Set[0] - Will set the variable called TotalKills in the currently running script called KillCount to zero.
 
 
== Operates On ==
 
<tt>_LSOBJECT *</tt>
 
 
<small>See lstype.h</small>
 
  
 
== 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