Sent by CCmpUnitMotion during Update if an event happened that might interest other components.
More...
#include <MessageTypes.h>
|
static const std::array< const char *, UpdateType::LENGTH > | UpdateTypeStr |
|
Sent by CCmpUnitMotion during Update if an event happened that might interest other components.
◆ UpdateType
Enumerator |
---|
LIKELY_SUCCESS | |
LIKELY_FAILURE | |
OBSTRUCTED | |
VERY_OBSTRUCTED | |
LENGTH | |
◆ CMessageMotionUpdate()
CMessageMotionUpdate::CMessageMotionUpdate |
( |
UpdateType |
ut | ) |
|
|
inline |
◆ FromJSVal()
◆ GetScriptGlobalHandlerName()
virtual const char * CMessageMotionUpdate::GetScriptGlobalHandlerName |
( |
| ) |
const |
|
inlinevirtual |
◆ GetScriptHandlerName()
virtual const char * CMessageMotionUpdate::GetScriptHandlerName |
( |
| ) |
const |
|
inlinevirtual |
◆ GetType()
virtual int CMessageMotionUpdate::GetType |
( |
| ) |
const |
|
inlinevirtual |
◆ ToJSVal()
JS::Value CMessageMotionUpdate::ToJSVal |
( |
const ScriptRequest & |
rq | ) |
const |
|
virtual |
◆ updateType
◆ UpdateTypeStr
const std::array< const char *, CMessageMotionUpdate::UpdateType::LENGTH > CMessageMotionUpdate::UpdateTypeStr |
|
static |
Initial value:= { {
"likelySuccess", "likelyFailure", "obstructed", "veryObstructed"
} }
The documentation for this class was generated from the following files: