Inheritance diagram for RomRep::AfrMap:
Public Member Functions | |
virtual | ~AfrMap (void) |
AfrMap (int x, int y, unsigned int loc, unsigned char themap __gc[,], unsigned char fil __gc[], int ind, int mod) | |
virtual float | calculate (int x, int y, int intval) |
virtual int | calculate (int x, int y, float mapval) |
virtual RomRep::ByteChange * | setMultiplier (int column, int val) |
Sets a multiplier (if fuel map; ign maps return null). | |
virtual int | getMultiplierLocation (int column) |
Returns the ROM location of the multiplier. |
|
|
|
|
|
Takes real world value and returns an integer (0-255 byte) This must be overridden so this base class can properly convert between bytes and real world values. Implements RomRep::Map. |
|
Takes byte (an integer) and returns real world value This must be overridden so this base class can properly convert between bytes and real world values. Implements RomRep::Map. |
|
Returns the ROM location of the multiplier.
Implements RomRep::Map. |
|
Sets a multiplier (if fuel map; ign maps return null).
Implements RomRep::Map. |