memory_read
Read a typed value from an absolute memory address in Microsoft Flight Simulator 2024. Specify address and type to retrieve int32, uint32, int64, uint64, float, double, byte, or ubyte values.
Instructions
Read a typed value at an absolute address. type_name: int32/uint32/int64/uint64/float/double/byte/ubyte.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type_name | Yes | ||
| address_hex | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |