group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
EmoteCatalog.hpp File Reference

Neutral catalog of selectable emotes (no animation/render deps). More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  emotes

Functions

const char * emotes::emoteName (int index)
 Short all-caps label for an emote index (for the wheel widget).

Variables

constexpr int emotes::kEmoteCount = 5
 Number of emotes shown on the wheel.

Detailed Description

Neutral catalog of selectable emotes (no animation/render deps).

Shared by the HUD emote wheel, the client input sampler, and the gameplay code that maps an emote index onto an animation clip. Keeping the catalog here (rather than in AnimationLibrary) lets the HUD reference emote names without pulling in the animation backend.