|
Oolite 1.91.0.7712-251017-85ce217
|
Go to the source code of this file.
Classes | |
| class | OOTrumble |
Macros | |
| #define | TRUMBLE_MAX_ROTATION 15.0 |
| #define | TRUMBLE_MAX_ROTATIONAL_VELOCITY 5.0 |
| #define | TRUMBLE_GROWTH_RATE 0.01 |
Enumerations | |
| enum | trumble_animation { TRUMBLE_ANIM_NONE = 0 , TRUMBLE_ANIM_IDLE , TRUMBLE_ANIM_BLINK , TRUMBLE_ANIM_SNARL , TRUMBLE_ANIM_PROOT , TRUMBLE_ANIM_SHUDDER , TRUMBLE_ANIM_STONED , TRUMBLE_ANIM_SPAWN , TRUMBLE_ANIM_SLEEP , TRUMBLE_ANIM_DIE } |
| enum | trumble_eyes { TRUMBLE_EYES_NONE = 0 , TRUMBLE_EYES_OPEN , TRUMBLE_EYES_SHUT , TRUMBLE_EYES_WIDE } |
| enum | trumble_mouth { TRUMBLE_MOUTH_NONE = 0 , TRUMBLE_MOUTH_POUT , TRUMBLE_MOUTH_GROWL , TRUMBLE_MOUTH_SNARL , TRUMBLE_MOUTH_NORMAL } |
| #define TRUMBLE_GROWTH_RATE 0.01 |
Definition at line 36 of file OOTrumble.h.
Referenced by OOTrumble::calcGrowthRate, and OOTrumble::updateTrumble:.
| #define TRUMBLE_MAX_ROTATION 15.0 |
Definition at line 33 of file OOTrumble.h.
Referenced by OOTrumble::setupForPlayer:digram:, OOTrumble::spawnFrom:, and OOTrumble::updateTrumble:.
| #define TRUMBLE_MAX_ROTATIONAL_VELOCITY 5.0 |
Definition at line 34 of file OOTrumble.h.
Referenced by OOTrumble::randomizeMotionX, OOTrumble::randomizeMotionY, OOTrumble::setupForPlayer:digram:, OOTrumble::spawnFrom:, and OOTrumble::updateTrumble:.
| enum trumble_animation |
| Enumerator | |
|---|---|
| TRUMBLE_ANIM_NONE | |
| TRUMBLE_ANIM_IDLE | |
| TRUMBLE_ANIM_BLINK | |
| TRUMBLE_ANIM_SNARL | |
| TRUMBLE_ANIM_PROOT | |
| TRUMBLE_ANIM_SHUDDER | |
| TRUMBLE_ANIM_STONED | |
| TRUMBLE_ANIM_SPAWN | |
| TRUMBLE_ANIM_SLEEP | |
| TRUMBLE_ANIM_DIE | |
Definition at line 38 of file OOTrumble.h.
| enum trumble_eyes |
| Enumerator | |
|---|---|
| TRUMBLE_EYES_NONE | |
| TRUMBLE_EYES_OPEN | |
| TRUMBLE_EYES_SHUT | |
| TRUMBLE_EYES_WIDE | |
Definition at line 52 of file OOTrumble.h.
| enum trumble_mouth |
| Enumerator | |
|---|---|
| TRUMBLE_MOUTH_NONE | |
| TRUMBLE_MOUTH_POUT | |
| TRUMBLE_MOUTH_GROWL | |
| TRUMBLE_MOUTH_SNARL | |
| TRUMBLE_MOUTH_NORMAL | |
Definition at line 60 of file OOTrumble.h.