Difference between revisions of "ObjectType:boolptr"
Jump to navigation
Jump to search
(8 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{ObjectType-Vitals|boolptr|[[LavishScript]]|[[ObjectType:bool|bool]]|'''TRUE''' or '''FALSE'''|none|no|bool *}} | ||
+ | |||
== Description == | == Description == | ||
− | A [[ | + | A [[ObjectType:boolptr|boolptr]] is simply a <tt>pointer</tt> to a [[ObjectType:bool|bool]]. The type inherits [[ObjectType:bool|bool]], and can be used as if it ''were'' a [[ObjectType:bool|bool]]. |
== Members == | == Members == | ||
− | * [[ | + | * [[ObjectType:int64|int64]] '''Address''': The memory address of the actual boolean value |
== Methods == | == Methods == | ||
''(none)'' | ''(none)'' | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Examples == | == Examples == | ||
+ | ===Display a boolean pointers memory address=== | ||
+ | echo Memory Address: ${Point1.Address} | ||
== See Also == | == See Also == | ||
− | + | {{LavishScript:ObjectType}} | |
− | |||
− |
Latest revision as of 15:54, 8 July 2018
boolptr | |
Defined By | LavishScript |
Inherits | bool |
Reduces To | TRUE or FALSE |
Variable Object Type | none |
Uses Sub-Types | no |
C/C++ Type | bool * |
Contents
Description
A boolptr is simply a pointer to a bool. The type inherits bool, and can be used as if it were a bool.
Members
- int64 Address: The memory address of the actual boolean value
Methods
(none)
Examples
Display a boolean pointers memory address
echo Memory Address: ${Point1.Address}
See Also
LavishScript Object Types
- Text
- string - mutablestring - unistring
- Numbers
- byte - float - float64 - int - uint - int64
- Boolean (TRUE/FALSE)
- bool
- Pointers
- boolptr - byteptr - floatptr - float64ptr - intptr - uintptr - int64ptr - rgbptr - stringptr
- Containers
- objectcontainer - array - index - collection - queue - stack - set - variablescope
- JSON
- jsonobject - jsonarray - jsonvaluecontainer - jsonvalue
- Iteration
- iterator - jsoniterator
- Date/Time
- time
- File Handling
- filepath - file - filelist - filelistentry
- Tasks
- lavishmachine - Accessed via the Top-Level Object LMAC
- task - tasklibrary - taskmanager - tasktype - taskpulseargs - elmactaskstate