Difference between revisions of "Lua:readInteger"
Jump to navigation
Jump to search
(Created page with ''''function''' readInteger(''Address'') Reads the 4 bytes at the given address and interprets them as an integer ===Function Parameters=== {|width="85%" cellpadding="10%" cellp…') |
|||
| Line 13: | Line 13: | ||
|The address to read | |The address to read | ||
|} | |} | ||
| + | |||
== See also == | == See also == | ||
* [[readBytes]] | * [[readBytes]] | ||
| + | * [[readFloat]] | ||
| + | * [[readDouble]] | ||
| + | * [[readString]] | ||
* [[Lua]] | * [[Lua]] | ||
Revision as of 23:41, 21 February 2012
function readInteger(Address)
Reads the 4 bytes at the given address and interprets them as an integer
Function Parameters
| Parameter | Type | Description |
|---|---|---|
| Address | String or Integer | The address to read |