|
Libprimis
Imprimis' 3D destroyable world engine
|
description of a character's animation More...
#include <ents.h>
Public Member Functions | |
| bool | operator== (const animinfo &o) const |
| Checks equality between two animinfo objects. | |
| bool | operator!= (const animinfo &o) const |
| Checks for inequality between two animinfo objects. | |
Public Attributes | |
| int | anim |
| int | frame |
| int | range |
| int | basetime |
| float | speed |
| uint | varseed |
description of a character's animation
| bool animinfo::operator!= | ( | const animinfo & | o | ) | const |
Checks for inequality between two animinfo objects.
Behavior is the negation of animinfo::operator==.
| o | animinfo to compare against |
| bool animinfo::operator== | ( | const animinfo & | o | ) | const |
Checks equality between two animinfo objects.
Does not check for equality between varseed fields. Only checks for equality for Anim_SetTime and Anim_Dir bits in anim field.
All other fields must be equal to compare equal.
| o | animinfo to compare against |