blob: def9d28e0f64ea44773e6c4ef84fa74d8565072f [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001#ifndef __LIVING_DESCRIPTION_H__
2#define __LIVING_DESCRIPTION_H__
3
4// properties
5
6#define P_GUILD "guild"
7#define P_VISIBLE_GUILD "visible_guild"
8
9#define P_EXTRA_LOOK "extralook"
Bugfix5a9775f2017-02-17 13:48:56 +010010#define P_EXTRA_LOOK_OBS "p_lib_extralook_obs"
MG Mud User88f12472016-06-24 23:31:02 +020011#define P_INTERNAL_EXTRA_LOOK "internal_extralook"
12
13#define P_PLAYER_LIGHT "player_light"
14#define P_LIGHT_MODIFIER "light_modifier"
15
16#define P_LEVEL "level"
17
18#define P_RACE "race"
19#define P_REAL_RACE "real_race"
20
21// bitte auch in /secure/master.h aendern, falls das mal geaendert wird.
22#define P_WEAPON "weapon"
23
24#define P_PARA "para"
25#define P_SIZE "size"
26
27#define P_DIE_MSG "die_msg"
28
29#define P_WIMPY "wimpy"
30#define P_WIMPY_DIRECTION "wimpy_dir"
31
32#define P_AVATAR_URI "p_lib_avataruri"
33
34#endif // __LIVING_DESCRIPTION_H__
35
36
37#ifdef NEED_PROTOTYPES
38
39#ifndef __LIVING_DESCRIPTION_H_PROTO__
40#define __LIVING_DESCRIPTION_H_PROTO__
41
42varargs int CannotSee(int silent);
43public varargs int AddExtraLook(string look, int duration, string key,
44 string lookende, object ob);
45public int RemoveExtraLook(string key);
46
47#endif // __LIVING_DESCRIPTION_H_PROTO__
48
49#endif // NEED_PROTOYPES