ObjectType:variable

From Lavish Software Wiki
Revision as of 04:55, 16 May 2006 by Lax (talk | contribs) (DataType:variable moved to ObjectType:variable)
Jump to navigation Jump to search

Description

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

Members

none

Methods

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

_LSOBJECT *

See lstype.h

See Also