Shadowrun: Awakened 29 September 2011 - Build 871
Public Member Functions | Public Attributes
RakNet::RPC4::LocalSlotObject Struct Reference

#include <RPC4Plugin.h>

List of all members.

Public Member Functions

 LocalSlotObject ()
 LocalSlotObject (unsigned int _registrationCount, int _callPriority, void(*_functionPointer)(RakNet::BitStream *userData, Packet *packet))
 ~LocalSlotObject ()

Public Attributes

int callPriority
void(* functionPointer )(RakNet::BitStream *userData, Packet *packet)
unsigned int registrationCount

Detailed Description

Definition at line 181 of file RPC4Plugin.h.


Constructor & Destructor Documentation

RakNet::RPC4::LocalSlotObject::LocalSlotObject ( ) [inline]

Definition at line 183 of file RPC4Plugin.h.

{}
RakNet::RPC4::LocalSlotObject::LocalSlotObject ( unsigned int  _registrationCount,
int  _callPriority,
void(*)(RakNet::BitStream *userData, Packet *packet _functionPointer 
) [inline]

Definition at line 184 of file RPC4Plugin.h.

            {registrationCount=_registrationCount;callPriority=_callPriority;functionPointer=_functionPointer;}
RakNet::RPC4::LocalSlotObject::~LocalSlotObject ( ) [inline]

Definition at line 186 of file RPC4Plugin.h.

{}

Member Data Documentation

Definition at line 190 of file RPC4Plugin.h.

Definition at line 191 of file RPC4Plugin.h.

Definition at line 189 of file RPC4Plugin.h.


The documentation for this struct was generated from the following file:

Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.

GNU Lesser General Public License 3 Sourceforge.net