#include "movementcache_1.h"
#include "voxel.h"
Defines | |
#define | NUM_DIRECTIONS 4 |
#define | NUM_CHECKS 3 |
#define | NUM_VOXELTYPES 2 |
Variables | |
static const int | dirs [NUM_DIRECTIONS][3] |
static const int | checks [NUM_DIRECTIONS][NUM_VOXELTYPES][NUM_CHECKS][3] |
#define NUM_CHECKS 3 |
#define NUM_DIRECTIONS 4 |
#define NUM_VOXELTYPES 2 |
const int checks[NUM_DIRECTIONS][NUM_VOXELTYPES][NUM_CHECKS][3] [static] |
Initial value:
{ { { { 0, 0, 1}, {-10, 0, 0} }, { { 0, 0, 1}, {-10, 0, 0} }, }, { { { 1, 0, 0}, { 2, 0, 0}, {-10, 0, 0} }, { { 1, 0, 0}, { 2, 0, 0}, {-10, 0, 0} }, }, { { { 1, 0, 0}, { 1, 1, 0}, {-10, 0, 0} }, { { 0, 1, 0}, { 1, 1, 0}, {-10, 0, 0} }, }, { { {-1, 0, 0}, {-1, 1, 0}, {-10, 0, 0} }, { { 0, 1, 0}, {-1, 1, 0}, {-10, 0, 0} }, } }
Referenced by movementCache_1_c::moCalcValues().
const int dirs[NUM_DIRECTIONS][3] [static] |
Initial value:
{ { 0, 0, 1 }, { 2, 0, 0 }, { 1, 1, 0 }, { -1, 1, 0 }, }
Referenced by movementAnalysator_c::checkmovement(), movementCache_1_c::getDirection(), movementCache_1_c::moCalcValues(), and movementAnalysator_c::prepare().