eTransferInhibitor Class Reference

#include <eNetGameObject.h>

Inheritance diagram for eTransferInhibitor:

Inheritance graph
[legend]
Collaboration diagram for eTransferInhibitor:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 eTransferInhibitor (BOOLRETFUNC *f)

Static Public Member Functions

static int User ()
static bool no_transfer (int user)

Static Private Attributes

static int user


Detailed Description

Definition at line 110 of file eNetGameObject.h.


Constructor & Destructor Documentation

eTransferInhibitor::eTransferInhibitor ( BOOLRETFUNC f  ) 

Definition at line 345 of file eNetGameObject.cpp.


Member Function Documentation

static int eTransferInhibitor::User (  )  [inline, static]

Definition at line 113 of file eNetGameObject.h.

References user.

Referenced by notrans().

00113 {return user;}

Here is the caller graph for this function:

bool eTransferInhibitor::no_transfer ( int  user  )  [static]

Definition at line 348 of file eNetGameObject.cpp.

References tCallbackOr::Exec(), and user.

Referenced by eNetGameObject::ClearToTransmit().

00348                                          {
00349     user = u;
00350     return Exec(transfer_anchor);
00351 }

Here is the call graph for this function:

Here is the caller graph for this function:


Member Data Documentation

int eTransferInhibitor::user [static, private]

Definition at line 111 of file eNetGameObject.h.

Referenced by no_transfer(), and User().


The documentation for this class was generated from the following files:
Generated on Sat Mar 15 23:30:57 2008 for Armagetron Advanced by  doxygen 1.5.4