[Package Index | Mudlib Index | Effect Index]
Method index
- add_effect(string, int, int, int, int)
- neutral_coordinate()
- potion_create(mixed, int *, int)
- potion_drunk(mixed, int *, int)
- potion_smell(mixed, int *, int)
- potion_touch(mixed, int *, int)
- query_attrs_at(int *)
- query_effect_at(int *)
- query_effect_vols()
- remove_effect(object)
Public Functions
These are functions that everyone can access.
-
add_effect
int add_effect(string ob,
int x1,
int x2,
int y1,
int y2)
-
neutral_coordinate
int * neutral_coordinate()
-
potion_create
void potion_create(mixed ob,
int * coord,
int quantity)
-
potion_drunk
void potion_drunk(mixed ob,
int * coord,
int quantity)
-
potion_smell
void potion_smell(mixed ob,
int * coord,
int quantity)
-
potion_touch
void potion_touch(mixed ob,
int * coord,
int quantity)
-
query_attrs_at
mixed * query_attrs_at(int * coord)
-
query_effect_at
string * query_effect_at(int * coord)
-
query_effect_vols
mixed * query_effect_vols()
-
remove_effect
int remove_effect(object ob)