Difference between revisions of "ObjectType:byteptr"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 20: Line 20:
  
 
[[Category:LavishScript]]
 
[[Category:LavishScript]]
 +
[[Category:LavishScript Data Types]]

Revision as of 23:34, 25 May 2005

Description

A byteptr is simply a pointer to a byte. The type inherits byte, and can be used as if it were a byte.

Members

  • byte Address: The memory address of the actual byte

Methods

(none)

Inherits

Returns

The string representation of this byte

Examples

See Also