read_xxx
These functions take a memory address as the parameter and can read arbitrary pieces of Fallout’s address space.
Functions
read_byte
int read_byte(int address)
read_int
int read_int(int address)
read_short
int read_short(int address)
read_string
int read_string(int address)