Definition at line 23 of file MonitorPlayerOrbiting.h.
#include "world/common/util/MonitorPlayerOrbiting.h"
Data Fields | |
Vec3i | pos |
s32 | startRadius |
s32 | orbitRadius |
void(* | eventListener )(PlayerOrbitState *, s32) |
Vec3i PlayerOrbitTarget::pos |
Definition at line 24 of file MonitorPlayerOrbiting.h.
s32 PlayerOrbitTarget::startRadius |
Definition at line 25 of file MonitorPlayerOrbiting.h.
s32 PlayerOrbitTarget::orbitRadius |
Definition at line 26 of file MonitorPlayerOrbiting.h.
void(* PlayerOrbitTarget::eventListener) (PlayerOrbitState *, s32) |
Definition at line 27 of file MonitorPlayerOrbiting.h.