OpenTTD
|
Helper functions to extract data from command parameters. More...
Go to the source code of this file.
Functions | |
template<typename T , uint S, uint N, typename U > | |
static T | Extract (U v) |
Extracts a given type from a value. |
Helper functions to extract data from command parameters.
Definition in file cmd_helper.h.
|
inlinestatic |
Extracts a given type from a value.
T | The type of data we're looking for. |
S | The offset in the data. |
N | The amount of bits to read. |
U | The type of data passed to us. |
v | The data to extract the value from. |
Definition at line 26 of file cmd_helper.h.
References GB(), and IsInsideMM().