ObjectType:boolptr

From Lavish Software Wiki
Revision as of 23:31, 25 May 2005 by Eleven (talk | contribs)
Jump to navigation Jump to search

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

  • int Address: The memory address of the actual boolean value

Methods

(none)

Inherits

Returns

TRUE or FALSE

Examples

See Also