[Package Index | Mudlib Index | Effect Index]
File /std/effects/religious/theological_debate.c
This is the effect skelton docs. This effect
has a classification of "debating.theology".
Describe the arguments in here.
This effect has a shadow associated with it.
See also:
help::effects
.c
Includes
This class includes the following files /include/tasks.h, /include/effect.h, /include/philosophies.h and /std/effects/religious/path.hMethod index
- compile_arguments(object, object, int)
- counter_argument(object, object)
- debate_round(object, object, int)
- form_argument(object, object)
- monitor_points(object, int)
- opponent_loses(object, object, int)
- player_loses(object, object, int)
Public Functions
These are functions that everyone can access.
.
void compile_arguments(object player,
object opponent,
int id)
int counter_argument(object opponent,
object where)
void debate_round(object player,
object opponent,
int id)
int form_argument(object player,
object where)
void monitor_points(object thing,
int charge)
void opponent_loses(object opponent,
object where,
int number)
void player_loses(object player,
object where,
int number)