#include <commands.h>
Data Fields | |
| int | emotion |
| char * | text1 |
| char * | text2 |
| char * | text3 |
Array structure used by different types of emotes.
Definition at line 63 of file commands.h.
Emotion ID.
Definition at line 66 of file commands.h.
| char* emotes_array::text1 |
Text 1.
Definition at line 69 of file commands.h.
| char* emotes_array::text2 |
Text 2.
Definition at line 72 of file commands.h.
| char* emotes_array::text3 |
Text 3.
Definition at line 75 of file commands.h.
1.6.2