XPMP2
X-Plane multiplayer library 2 - using instancing
|
Stores the function and refcon pointer for plane creation/destrcution notifications. More...
#include <XPMP2.h>
Public Member Functions | |
XPMPPlaneNotifierTy (XPMPPlaneNotifier_f _func=nullptr, void *_refcon=nullptr) | |
bool | operator== (const XPMPPlaneNotifierTy &o) |
Public Attributes | |
XPMPPlaneNotifier_f | func = nullptr |
void * | refcon = nullptr |
Stores the function and refcon pointer for plane creation/destrcution notifications.
|
inline |
|
inline |
XPMPPlaneNotifier_f XPMP2::XPMPPlaneNotifierTy::func = nullptr |
void* XPMP2::XPMPPlaneNotifierTy::refcon = nullptr |