10 if (
other.parent)
error(
"Can't add already added anim!");
11 if (
other.finished)
error(
"Can't add finished anim!");
17 if (l) l.nextSibling =
other;
20 other.prevSibling = l;
22 this.lastChild =
other;
27 if (
other.parent !=
this)
error(
"Can't remove from wrong AnimHost!");
34 if (p) p.nextSibling = n;
37 if (n) n.prevSibling = p;
38 else this.lastChild = p;
74 if (e.object == obj) e.stopAnim(e);
86 if (e.object == obj) e.resumeAnim(e);
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
virtual void resumeObjAnim()
virtual void finishAllAnim()
virtual void stopAllAnim()
virtual void stopObjAnim()
virtual void finishObjAnim()
virtual void removeAllAnim()
virtual void removeAnim()
virtual void removeObjAnim()
virtual void resumeAllAnim()
#define METHOD(cname, name, prototype)