#include <Event.h>
Inherits GE.
Inheritance diagram for GE_DealExtras:
Public Member Functions | |
GE_DealExtras (int detype, float x, float y, int flag) | |
int | getDEType () |
float | getX () |
float | getY () |
int | getFlag () |
Private Attributes | |
int | detype |
float | x |
float | y |
int | flag |
Definition at line 128 of file Event.h.
|
Definition at line 177 of file Event.cpp. References E_DEAL_EXTRAS, and GE::type. |
|
Definition at line 186 of file Event.cpp. References detype. Referenced by Play::networkLoop(). |
|
Definition at line 201 of file Event.cpp. References flag. Referenced by Play::networkLoop(). |
|
Definition at line 191 of file Event.cpp. References x. Referenced by Play::networkLoop(). |
|
Definition at line 196 of file Event.cpp. References y. Referenced by Play::networkLoop(). |
|
Definition at line 130 of file Event.h. Referenced by getDEType(). |
|
Definition at line 133 of file Event.h. Referenced by getFlag(). |
|
Definition at line 131 of file Event.h. Referenced by getX(). |
|
Definition at line 132 of file Event.h. Referenced by getY(). |