|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
Public Member Functions | |
| ATTRIB (Animation, m_framenames, string) | |
| ATTRIB (Animation, object, entity) | |
| virtual void | calcValue () |
| virtual void | configureAnimation () |
| virtual void | finishAnim () |
| float (float, float, float, float) math | |
| LOG_DEBUGF ("Missing animation for %s: %s", modelnameforindex(mdlidx), this.registered_id) | |
| virtual void | resumeAnim () |
| virtual void | setMath () |
| virtual void | setObjectSetter () |
| void | setterDummy (Animation this, float) |
| virtual void | setTimeStartDuration () |
| virtual void | setTimeStartEnd () |
| virtual void | setValueStartEnd () |
| virtual void | stopAnim () |
| virtual void | tick () |
| virtual void | update () |
| void (Animation this, float) setter | |
Public Attributes | |
| float | delta = 0 |
| float | duration = 0 |
| float | finished = false |
| return | |
| float | startTime = 0 |
| float | startValue = 0 |
| float | stopped = false |
| float | value = 0 |
References ATTRIB(), FOREACH_WORD, STATIC_METHOD, and this.
Referenced by ATTRIB().
|
virtual |
Reimplemented from Animation.
Definition at line 21 of file easing.qc.
References calcValue(), and entity().
Referenced by calcValue().
|
virtualinherited |
Definition at line 5 of file animation.qc.
References configureAnimation(), entity(), setObjectSetter(), setTimeStartDuration(), and setValueStartEnd().
Referenced by configureAnimation().
|
virtualinherited |
Definition at line 67 of file animation.qc.
References delta, entity(), finishAnim(), finished, startValue, and value.
Referenced by finishAnim(), and tick().
| Easing::float | ( | float | , |
| float | , | ||
| float | , | ||
| float | ) |
References easingLinear().
|
inherited |
References registered_id.
|
virtualinherited |
Definition at line 62 of file animation.qc.
References entity(), resumeAnim(), and stopped.
Referenced by resumeAnim().
|
virtual |
|
virtualinherited |
Definition at line 36 of file animation.qc.
References entity(), and setObjectSetter().
Referenced by configureAnimation(), and setObjectSetter().
|
virtualinherited |
Definition at line 24 of file animation.qc.
References duration, entity(), setTimeStartDuration(), and startTime.
Referenced by configureAnimation(), setTimeStartDuration(), and update().
|
virtualinherited |
Definition at line 18 of file animation.qc.
References duration, entity(), setTimeStartEnd(), and startTime.
Referenced by setTimeStartEnd().
|
virtualinherited |
Definition at line 30 of file animation.qc.
References delta, entity(), setValueStartEnd(), and startValue.
Referenced by configureAnimation(), setValueStartEnd(), and update().
|
virtualinherited |
Definition at line 57 of file animation.qc.
References entity(), stopAnim(), and stopped.
Referenced by stopAnim().
|
virtualinherited |
Definition at line 42 of file animation.qc.
References calcValue(), delta, duration, entity(), finishAnim(), finished, startTime, startValue, stopped, tick(), and value.
Referenced by tick().
|
virtualinherited |
Definition at line 12 of file animation.qc.
References entity(), setTimeStartDuration(), setValueStartEnd(), time, and update().
Referenced by update().
References setterDummy().
|
inherited |
Definition at line 24 of file animation.qh.
Referenced by finishAnim(), setValueStartEnd(), and tick().
|
inherited |
Definition at line 22 of file animation.qh.
Referenced by setTimeStartDuration(), setTimeStartEnd(), and tick().
Definition at line 26 of file animation.qh.
Referenced by finishAnim(), and tick().
|
inherited |
Definition at line 21 of file animdecide.qh.
|
inherited |
Definition at line 21 of file animation.qh.
Referenced by setTimeStartDuration(), setTimeStartEnd(), and tick().
|
inherited |
Definition at line 23 of file animation.qh.
Referenced by finishAnim(), setValueStartEnd(), and tick().
Definition at line 25 of file animation.qh.
Referenced by resumeAnim(), stopAnim(), and tick().
|
inherited |
Definition at line 20 of file animation.qh.
Referenced by finishAnim(), and tick().