#include <C4Control.h>
Public Member Functions | |
ControlItem ()=default | |
ControlItem (int32_t iControl, int32_t iTriggerMode) | |
void | CompileFunc (StdCompiler *pComp) |
bool | operator== (const struct ControlItem &cmp) const |
Public Attributes | |
int32_t | iControl {-1} |
int32_t | iTriggerMode {0} |
Definition at line 208 of file C4Control.h.
|
default |
|
inline |
Definition at line 213 of file C4Control.h.
void C4ControlPlayerControl::ControlItem::CompileFunc | ( | StdCompiler * | pComp | ) |
Definition at line 429 of file C4Control.cpp.
References iControl, iTriggerMode, StdCompiler::Separator(), and StdCompiler::Value().
|
inline |
int32_t C4ControlPlayerControl::ControlItem::iControl {-1} |
Definition at line 210 of file C4Control.h.
Referenced by CompileFunc(), C4PlayerControl::ExecuteControlPacket(), and operator==().
int32_t C4ControlPlayerControl::ControlItem::iTriggerMode {0} |
Definition at line 211 of file C4Control.h.
Referenced by CompileFunc(), C4PlayerControl::ExecuteControlPacket(), and operator==().