Crossfire Server, Trunk
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
v
w
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
i
j
k
m
n
o
p
r
s
t
u
v
Enumerations
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
Enumerator
Properties
a
b
c
d
e
f
h
i
j
k
l
m
n
p
q
r
s
t
y
Related Functions
:
b
d
o
s
w
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
w
y
z
Typedefs
a
c
d
e
f
i
j
k
l
m
n
o
p
q
s
t
y
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
cfanim_proto.h
Go to the documentation of this file.
1
/* cfanim.c */
2
extern
"C"
3
CF_PLUGIN
int
initPlugin
(
const
char
*iversion,
f_plug_api
gethooksptr);
4
extern
"C"
5
CF_PLUGIN
void
*
getPluginProperty
(
int
*
type
, ...);
6
extern
"C"
7
CF_PLUGIN
anim_move_result
cfanim_runPluginCommand
(
object
*
op
,
char
*
params
);
8
extern
"C"
9
CF_PLUGIN
int
postInitPlugin
(
void
);
10
extern
"C"
11
CF_PLUGIN
int
cfanim_globalEventListener
(
int
*
type
, ...);
12
extern
"C"
13
CF_PLUGIN
int
eventListener
(
int
*
type
, ...);
14
extern
"C"
15
CF_PLUGIN
int
closePlugin
(
void
);
getPluginProperty
CF_PLUGIN void * getPluginProperty(int *type,...)
Definition:
cfanim.cpp:1218
CF_PLUGIN
#define CF_PLUGIN
Definition:
plugin_common.h:38
f_plug_api
void(* f_plug_api)(int *type,...)
Definition:
plugin.h:79
anim_move_result
anim_move_result
Definition:
cfanim.h:45
initPlugin
CF_PLUGIN int initPlugin(const char *iversion, f_plug_api gethooksptr)
Definition:
cfanim.cpp:1208
npc_dialog.params
params
Definition:
npc_dialog.py:101
closePlugin
CF_PLUGIN int closePlugin(void)
Definition:
cfanim.cpp:1324
cfanim_runPluginCommand
CF_PLUGIN anim_move_result cfanim_runPluginCommand(object *op, char *params)
Definition:
cfanim.cpp:1245
eventListener
CF_PLUGIN int eventListener(int *type,...)
Definition:
cfanim.cpp:1277
give.op
op
Definition:
give.py:33
postInitPlugin
CF_PLUGIN int postInitPlugin(void)
Definition:
cfanim.cpp:1252
cfanim_globalEventListener
CF_PLUGIN int cfanim_globalEventListener(int *type,...)
Definition:
cfanim.cpp:1260
is_valid_types_gen.type
list type
Definition:
is_valid_types_gen.py:25
crossfire-crossfire-server
plugins
cfanim
include
cfanim_proto.h
Generated by
1.8.17