DataType:boolptr
From Lavish Software Wiki
Contents |
[edit]
Description
A boolptr is simply a pointer to a bool. The type inherits bool, and can be used as if it were a bool.
[edit]
Members
- int Address: The memory address of the actual boolean value
[edit]
Methods
(none)
[edit]
Inherits
[edit]
Returns
TRUE or FALSE
[edit]
Examples
[edit]
Display a boolean pointers memory address
echo Memory Address: ${Point1.Address}
[edit]
Operates On
bool *
[edit]
