Xonotic
animhost.qh
Go to the documentation of this file.
1
#pragma once
2
3
#include "../item/container.qh"
4
5
CLASS
(
AnimHost
,
Object
)
6
METHOD
(
AnimHost
, addAnim,
void
(
entity
,
entity
));
7
METHOD
(
AnimHost
, removeAnim,
void
(
entity
,
entity
));
8
METHOD
(
AnimHost
, removeAllAnim,
void
(
entity
));
9
METHOD
(
AnimHost
, removeObjAnim,
void
(
entity
,
entity
));
10
METHOD
(
AnimHost
, stopAllAnim,
void
(
entity
));
11
METHOD
(
AnimHost
, stopObjAnim,
void
(
entity
,
entity
));
12
METHOD
(
AnimHost
, resumeAllAnim,
void
(
entity
));
13
METHOD
(
AnimHost
, resumeObjAnim,
void
(
entity
,
entity
));
14
METHOD
(
AnimHost
, finishAllAnim,
void
(
entity
));
15
METHOD
(
AnimHost
, finishObjAnim,
void
(
entity
,
entity
));
16
METHOD
(
AnimHost
, tickAll,
void
(
entity
));
17
ATTRIB
(
AnimHost
,
firstChild
,
entity
);
18
ATTRIB
(
AnimHost
, lastChild,
entity
);
19
ENDCLASS
(
AnimHost
)
Object
CLASS
CLASS(Object) Object
Definition:
oo.qh:318
entity
entity() spawn
firstChild
entity firstChild
Definition:
menu_cmd.qc:10
METHOD
#define METHOD(cname, name, prototype)
Definition:
oo.qh:257
ATTRIB
#define ATTRIB(...)
Definition:
oo.qh:136
AnimHost
Definition:
animhost.qh:5
ENDCLASS
#define ENDCLASS(cname)
Definition:
oo.qh:269
menu
anim
animhost.qh
Generated on Thu Mar 17 2022 17:26:29 for Xonotic by
1.8.13