Crossfire Server, Branches 1.12  R18729
savebed.c File Reference
#include <global.h>
#include <ob_methods.h>
#include <ob_types.h>
#include <sounds.h>
#include <sproto.h>
+ Include dependency graph for savebed.c:

Go to the source code of this file.

Functions

static void apply_savebed (object *pl)
 
void init_type_savebed (void)
 
static method_ret savebed_type_apply (ob_methods *context, object *op, object *applier, int aflags)
 

Detailed Description

The implementation of the Savebed class of objects.

Definition in file savebed.c.

Function Documentation

static void apply_savebed ( object pl)
static
void init_type_savebed ( void  )

Initializer for the SAVEBED object type.

Definition at line 39 of file savebed.c.

References register_apply(), SAVEBED, and savebed_type_apply().

Referenced by register_all_ob_types().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static method_ret savebed_type_apply ( ob_methods context,
object op,
object applier,
int  aflags 
)
static

Attempts to apply a savebed.

Parameters
contextThe method context
opThe savebed to apply
applierThe object attempting to apply the savebed. Ignore if not a player
aflagsSpecial flags (always apply/unapply)
Returns
The return value is always METHOD_OK

Definition at line 52 of file savebed.c.

References apply_savebed(), METHOD_OK, PLAYER, and obj::type.

Referenced by init_type_savebed().

+ Here is the call graph for this function:

+ Here is the caller graph for this function: