18#include <Human/export.h>
34 struct VREHUMANSHARED_DLL SetCharacterModelData
54 virtual const std::string&
type()
const override;
Reader class for decoding values from a byte array.
Definition byteStream.h:42
Writer class for encoding values into a byte array.
Definition byteStream.h:161
Abstract base class for all VREngage messages.
Definition vreMessage.h:50
Message identifier class for the VREngage messaging system.
Definition vreMessageId.h:35
Definition setCharacterModel.h:26
SetCharacterModelData getData()
static makVre::DtVreMessageId theMessageId
Definition setCharacterModel.h:79
virtual int messageSize() const override
Static decode function pattern for derived classes.
Model
Definition setCharacterModel.h:28
@ Model_THIRD_PERSON
Definition setCharacterModel.h:28
@ Model_FIRST_PERSON
Definition setCharacterModel.h:28
static SetCharacterModelMessage * createFrom(SetCharacterModelMessage *)
virtual const std::string & type() const override
Get the name of the message type.
SetCharacterModelData getData() const
virtual ~SetCharacterModelMessage() override
bool operator==(const SetCharacterModelMessage &rhs) const
virtual const makVre::DtVreMessageId & messageId() const override
Gets the message ID object.
static makVre::DtVreMessage * decode(char *buffer, int length)
SetCharacterModelData myData
Definition setCharacterModel.h:83
static const makVre::DtVreMessageId & theId()
static UInt64 theVersion
Definition setCharacterModel.h:80
virtual void deserialize(DtStreamReader &reader) override
Deserializes the message from a stream reader.
SetCharacterModelMessage()
static SetCharacterModelMessage * createFromData(const SetCharacterModelData)
static UInt64 theVersionNumber()
virtual void setMode(Model val)
static SetCharacterModelMessage * create()
virtual void serialize(DtStreamWriter &writer) const override
Serializes the message to a stream writer.
virtual Model getMode() const
static const std::string & theType()
static message identity functions
Include export definitions for this library.
Definition glsVreMessageUtil.h:49
constexpr const char * SetCharacterModelMessageType
Definition setCharacterModel.h:23
unsigned long long UInt64
Unsigned 64-bit integer type.
Definition utilFunctions.h:42
Definition setCharacterModel.h:33
Model myMode
Definition setCharacterModel.h:36
bool operator==(const SetCharacterModelData &rhs) const
Defines the base class for all VREngage messages.
Defines message identifier class for the VREngage messaging system.