Difference between revisions of "ObjectType:intptr"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 9: Line 9:
 
== Methods ==
 
== Methods ==
 
''(none)''
 
''(none)''
 
== Inherits ==
 
* [[ObjectType:int|int]]
 
 
== Returns ==
 
The string representation of this int
 
  
 
== Examples ==
 
== Examples ==
 
===Display a integer pointers address===
 
===Display a integer pointers address===
 
*echo Memory Address: ${Point1.Address}
 
*echo Memory Address: ${Point1.Address}
 
== Operates On ==
 
<tt>int *</tt>
 
  
 
== See Also ==
 
== See Also ==
 
{{LavishScript:ObjectType}}
 
{{LavishScript:ObjectType}}

Revision as of 16:00, 8 July 2018

Object Type Vitals
intptr
Defined By LavishScript
Inherits int
Reduces To The string representation of this int
Variable Object Type none
Uses Sub-Types no
C/C++ Type int *

Description

An intptr is simply a pointer to an int. The type inherits int, and can be used as if it were an int.

Members

  • int Address: The memory address of the actual integer

Methods

(none)

Examples

Display a integer pointers address

  • echo Memory Address: ${Point1.Address}

See Also

LavishScript Object Types