[Package Index | Mudlib Index | Effect Index]

File /obj/handlers/bits_controller.c

Decays all the decable objects in the game.

See also:
/obj/food.c, /std/bit.c and /obj/corpse.c

Written by Ember

Change history

Includes

This class includes the following files /include/bits_controller.h

Method index

Public Functions

These are functions that everyone can access.

add_bit
void add_bit(object ob)

Adds in a decable object into ther decaying array.

Parameters:
ob - the bit to decay


kickstart
void kickstart()
query_bits
object * query_bits()
query_num_bits
int query_num_bits()
remove_bit
void remove_bit(object ob)

Removes the decable object from the decaying array.

Parameters:
ob - the bit to remove