|
DoopelPonger
|
Parent class used for animating pieces of Schmitty Doop when it fires bullets, is sitting idle, is hit, or when it spawns. More...


Public Member Functions | |
| void | ChangeAnimatorState (CoopSchmittyDoopAnimatorController.AnimatorState newState) |
Protected Member Functions | |
| abstract void | ChangeStateToFireEars () |
| Schmitty is firing bullets out of its ears. More... | |
| abstract void | ChangeStateToFireMouth () |
| Schmitty is firing bullets out of its mouth. More... | |
| abstract void | ChangeStateToIdle () |
| Schmitty is not doing anything, just chilling. More... | |
| abstract void | ChangeStateToHit () |
| Schmitty has been hit by one of the players. More... | |
| abstract void | ChangeStateToSpawn () |
| Schmitty has been spawned into the game. More... | |
Parent class used for animating pieces of Schmitty Doop when it fires bullets, is sitting idle, is hit, or when it spawns.
| void CoopSchmittyDoopAnimator.ChangeAnimatorState | ( | CoopSchmittyDoopAnimatorController.AnimatorState | newState | ) |
|
protectedpure virtual |
Schmitty is firing bullets out of its ears.
Implemented in CoopSchmittyDoopEyeAnimator, CoopSchmittyDoopMouthAnimator, CoopSchmittyDoopEarAnimator, and CoopSchmittyDoopBodyAnimator.
|
protectedpure virtual |
Schmitty is firing bullets out of its mouth.
Implemented in CoopSchmittyDoopEyeAnimator, CoopSchmittyDoopMouthAnimator, CoopSchmittyDoopEarAnimator, and CoopSchmittyDoopBodyAnimator.
|
protectedpure virtual |
Schmitty has been hit by one of the players.
Implemented in CoopSchmittyDoopEyeAnimator, CoopSchmittyDoopMouthAnimator, CoopSchmittyDoopEarAnimator, and CoopSchmittyDoopBodyAnimator.
|
protectedpure virtual |
Schmitty is not doing anything, just chilling.
Implemented in CoopSchmittyDoopEyeAnimator, CoopSchmittyDoopEarAnimator, CoopSchmittyDoopMouthAnimator, and CoopSchmittyDoopBodyAnimator.
|
protectedpure virtual |
Schmitty has been spawned into the game.
Implemented in CoopSchmittyDoopEyeAnimator, CoopSchmittyDoopEarAnimator, CoopSchmittyDoopMouthAnimator, and CoopSchmittyDoopBodyAnimator.
1.8.14