[Package Index | Mudlib Index | Effect Index]

File /std/effects/magic/vines.c

This is the effect for magically summoned vines which wrap themselves around a player and hold him put.

The argument is the eff_args class. 'strength' is the strength of an individual vine (int). 'left' is the number of vines to start with (int). The third 'caster' is the caster's name or the caster himself (string or object, respectively), set to zero if the caster isn't a player. 'vines', 'safe_mapping', 'decrease_count' and 'position_data' should be set to zero as they are used internally. (If you must know, 'vines' is an object pointing to the vine object, 'safe_mapping' is a mapping used to store weapon safe data when the player logs out)

This effect has a shadow associated with it.

See also:
help::effects .c

Includes

This class includes the following files /std/effects/magic/path.h and /include/effect.h

Class Index

Classes

These are nice data types for dealing with... Data!