LeviLamina
Loading...
Searching...
No Matches
NpcRequestPacketPayload Struct Reference
Inheritance diagram for NpcRequestPacketPayload:

Public Types

enum class  RequestType : uchar {
  SetActions = 0 , ExecuteAction = 1 , ExecuteClosingCommands = 2 , SetName = 3 ,
  SetSkin = 4 , SetInteractText = 5 , ExecuteOpeningCommands = 6
}

Public Member Functions

 NpcRequestPacketPayload (NpcRequestPacketPayload const &)
MCAPI NpcRequestPacketPayload (::ActorRuntimeID id, ::NpcRequestPacketPayload::RequestType type, ::std::string actions, uchar actionIndex)
MCAPI::NpcRequestPacketPayload & operator= (::NpcRequestPacketPayload &&)
MCAPI::NpcRequestPacketPayload & operator= (::NpcRequestPacketPayload const &)
MCAPI void * $ctor (::ActorRuntimeID id, ::NpcRequestPacketPayload::RequestType type, ::std::string actions, uchar actionIndex)
MCFOLD void $dtor ()

Public Attributes

::ll::TypedStorage< 8, 8, ::ActorRuntimeIDmId
::ll::TypedStorage< 1, 1, ::NpcRequestPacketPayload::RequestType > mType
::ll::TypedStorage< 8, 32, ::std::string > mActions
::ll::TypedStorage< 1, 1, uchar > mActionIndex
::ll::TypedStorage< 8, 32, ::std::string > mSceneName

The documentation for this struct was generated from the following file: