restrictions.c-Dateireferenz

#include <thing/properties.h>
Include-Abhängigkeitsdiagramm für restrictions.c:

gehe zum Quellcode dieser Datei

Funktionen

static int _set_weight (int w)
static int _query_weight ()
static int _set_total_weight (int w)
static int _query_total_weight ()
void create ()
int MayAddWeight (int w)
int MayAddObject (object ob)
varargs int PreventInsert (object ob)

Variablen

inherit std container restrictions

Dokumentation der Funktionen

static int _query_total_weight (  )  [static]

Definiert in Zeile 58 der Datei restrictions.c.

00059 {
00060   return 0;
00061 }

static int _query_weight (  )  [static]

Definiert in Zeile 48 der Datei restrictions.c.

00049 {
00050   return 0;
00051 }

static int _set_total_weight ( int  w  )  [static]

Definiert in Zeile 53 der Datei restrictions.c.

00054 {
00055   return 0;
00056 }

static int _set_weight ( int  w  )  [static]

Definiert in Zeile 43 der Datei restrictions.c.

00044 {
00045   return 0;
00046 }

void create (  ) 

Definiert in Zeile 24 der Datei restrictions.c.

Benutzt F_MODE, P_TOTAL_WEIGHT, P_WEIGHT, PROTECTED und Set().

00025 {
00026   Set(P_WEIGHT,PROTECTED,F_MODE);
00027   Set(P_TOTAL_WEIGHT,PROTECTED,F_MODE);
00028 }

Hier ist ein Graph der zeigt, was diese Funktion aufruft:

int MayAddObject ( object  ob  ) 

Definiert in Zeile 35 der Datei restrictions.c.

00036 {  return 1;  }

int MayAddWeight ( int  w  ) 

Definiert in Zeile 30 der Datei restrictions.c.

00031 {
00032   return 0;
00033 }

varargs int PreventInsert ( object  ob  ) 

Definiert in Zeile 38 der Datei restrictions.c.

00039 {
00040   return 0;
00041 }


Variablen-Dokumentation

inherit std container restrictions

Definiert in Zeile 7 der Datei restrictions.c.

Erzeugt am Thu Jun 3 14:42:17 2010 für MorgenGrauen Mudlib von  doxygen 1.6.3