Canoe
Comprehensive Atmosphere N' Ocean Engine
|
Variables | |
const uint64_t | NONE = 0LL |
const uint64_t | FIX_BOT_TEMPERATURE = 1LL << 0 |
const uint64_t | FIX_BOT_VELOCITY = 1LL << 1 |
const uint64_t | FIX_BOT_COMPOSITION = 1LL << 2 |
const uint64_t | TOP_SPONGE_LAYER = 1LL << 3 |
const uint64_t | BOT_SPONGE_LAYER = 1LL << 4 |
const uint64_t | LFT_SPONGE_LAYER = 1LL << 5 |
const uint64_t | RHT_SPONGE_LAYER = 1LL << 6 |
const uint64_t | TOP_COOLING = 1LL << 7 |
const uint64_t | BOT_HEATING = 1LL << 8 |
const uint64_t PhysicsPackageNames::NONE = 0LL |
Definition at line 109 of file physics.hpp.
const uint64_t PhysicsPackageNames::FIX_BOT_TEMPERATURE = 1LL << 0 |
Definition at line 110 of file physics.hpp.
const uint64_t PhysicsPackageNames::FIX_BOT_VELOCITY = 1LL << 1 |
Definition at line 111 of file physics.hpp.
const uint64_t PhysicsPackageNames::FIX_BOT_COMPOSITION = 1LL << 2 |
Definition at line 112 of file physics.hpp.
const uint64_t PhysicsPackageNames::TOP_SPONGE_LAYER = 1LL << 3 |
Definition at line 113 of file physics.hpp.
const uint64_t PhysicsPackageNames::BOT_SPONGE_LAYER = 1LL << 4 |
Definition at line 114 of file physics.hpp.
const uint64_t PhysicsPackageNames::LFT_SPONGE_LAYER = 1LL << 5 |
Definition at line 115 of file physics.hpp.
const uint64_t PhysicsPackageNames::RHT_SPONGE_LAYER = 1LL << 6 |
Definition at line 116 of file physics.hpp.
const uint64_t PhysicsPackageNames::TOP_COOLING = 1LL << 7 |
Definition at line 117 of file physics.hpp.
const uint64_t PhysicsPackageNames::BOT_HEATING = 1LL << 8 |
Definition at line 118 of file physics.hpp.