Definition at line 6 of file MonitorPlayerOrbiting.h.
#include "world/common/util/MonitorPlayerOrbiting.h"
Data Fields | |
Vec3i | pos |
s32 | startRadius |
s32 | orbitRadius |
void(* | eventListener )(struct PlayerOrbitState *, s32) |
s32 | totalOrbitAngle |
s32 | numRotations |
s32 | state |
f32 | firstPlayerX |
f32 | firstPlayerZ |
f32 | lastPlayerX |
f32 | lastPlayerZ |
f32 | direction |
s32 | lastNumRotations |
Vec3i PlayerOrbitState::pos |
Definition at line 7 of file MonitorPlayerOrbiting.h.
s32 PlayerOrbitState::startRadius |
Definition at line 8 of file MonitorPlayerOrbiting.h.
s32 PlayerOrbitState::orbitRadius |
Definition at line 9 of file MonitorPlayerOrbiting.h.
void(* PlayerOrbitState::eventListener) (struct PlayerOrbitState *, s32) |
Definition at line 10 of file MonitorPlayerOrbiting.h.
s32 PlayerOrbitState::totalOrbitAngle |
Definition at line 11 of file MonitorPlayerOrbiting.h.
s32 PlayerOrbitState::numRotations |
Definition at line 12 of file MonitorPlayerOrbiting.h.
s32 PlayerOrbitState::state |
Definition at line 13 of file MonitorPlayerOrbiting.h.
f32 PlayerOrbitState::firstPlayerX |
Definition at line 14 of file MonitorPlayerOrbiting.h.
f32 PlayerOrbitState::firstPlayerZ |
Definition at line 15 of file MonitorPlayerOrbiting.h.
f32 PlayerOrbitState::lastPlayerX |
Definition at line 16 of file MonitorPlayerOrbiting.h.
f32 PlayerOrbitState::lastPlayerZ |
Definition at line 17 of file MonitorPlayerOrbiting.h.
f32 PlayerOrbitState::direction |
Definition at line 18 of file MonitorPlayerOrbiting.h.
s32 PlayerOrbitState::lastNumRotations |
Definition at line 19 of file MonitorPlayerOrbiting.h.