-
Notifications
You must be signed in to change notification settings - Fork 36
/
object.fdh
68 lines (38 loc) · 1.73 KB
/
object.fdh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
//hash:65781cc6
//automatically generated by Makegen
/* located in ObjManager.cpp */
//--------------------[referenced from object.cpp]-------------------//
bool solidhitdetect(Object *o1, Object *o2);
Object *CreateObject(int x, int y, int type);
/* located in caret.cpp */
//--------------------[referenced from object.cpp]-------------------//
Caret *effect(int x, int y, int effectno);
/* located in slope.cpp */
//--------------------[referenced from object.cpp]-------------------//
bool IsSlopeAtPointList(Object *o, SIFPointList *points);
int CheckBoppedHeadOnSlope(Object *o);
int CheckStandOnSlope(Object *o);
bool movehandleslope(Object *o, int xinertia);
/* located in player.cpp */
//--------------------[referenced from object.cpp]-------------------//
void hurtplayer(int damage);
/* located in tsc.cpp */
//--------------------[referenced from object.cpp]-------------------//
ScriptInstance *StartScript(int scriptno, int pageno);
int GetCurrentScript(void);
/* located in debug.cpp */
//--------------------[referenced from object.cpp]-------------------//
const char *DescribeObjectType(int type);
/* located in ai/sym/smoke.cpp */
//--------------------[referenced from object.cpp]-------------------//
void SmokeClouds(Object *o, int nclouds, int rangex, int rangey, Object *push_behind);
/* located in sound/sound.cpp */
//--------------------[referenced from object.cpp]-------------------//
void sound(int snd);
/* located in common/stat.cpp */
//--------------------[referenced from object.cpp]-------------------//
void staterr(const char *fmt, ...);
void stat(const char *fmt, ...);
/* located in common/misc.cpp */
//--------------------[referenced from object.cpp]-------------------//
int random(int min, int max);