|
|
uint8_t | PopUnsignedByte () |
| |
|
int8_t | PopSignedByte () |
| |
|
uint16_t | PopUnsignedWord () |
| |
|
int16_t | PopSignedWord () |
| |
|
uint32_t | PopUnsignedDWord () |
| |
|
int32_t | PopSignedDWord () |
| |
|
uint64_t | PopUnsignedQWord () |
| |
|
int64_t | PopSignedQWord () |
| |
|
void | RotateTop4Words () |
| | Rotate the top four words down: W1, W2, W3, W4 -> W4, W1, W2, W3.
|
| |
|
void | PushWord (uint16_t word) |
| |
|
void | ResetStack (const GRFFile *grffile) |
| |
|
|
std::array< byte, 0x30 > | stack |
| |
|
byte | position |
| |
|
const GRFFile * | grffile |
| |
|
bool | used |
| |
Definition at line 687 of file newgrf_text.cpp.
The documentation for this struct was generated from the following file: