|
|
@ -53,6 +53,7 @@
|
|
|
|
\
|
|
|
|
\
|
|
|
|
{"SendActorList", ActorFunctions::SendActorList},\
|
|
|
|
{"SendActorList", ActorFunctions::SendActorList},\
|
|
|
|
{"SendActorAuthority", ActorFunctions::SendActorAuthority},\
|
|
|
|
{"SendActorAuthority", ActorFunctions::SendActorAuthority},\
|
|
|
|
|
|
|
|
{"SendActorPosition", ActorFunctions::SendActorPosition},\
|
|
|
|
{"SendActorStatsDynamic", ActorFunctions::SendActorStatsDynamic},\
|
|
|
|
{"SendActorStatsDynamic", ActorFunctions::SendActorStatsDynamic},\
|
|
|
|
{"SendActorCellChange", ActorFunctions::SendActorCellChange}
|
|
|
|
{"SendActorCellChange", ActorFunctions::SendActorCellChange}
|
|
|
|
|
|
|
|
|
|
|
@ -111,6 +112,7 @@ public:
|
|
|
|
|
|
|
|
|
|
|
|
static void SendActorList() noexcept;
|
|
|
|
static void SendActorList() noexcept;
|
|
|
|
static void SendActorAuthority() noexcept;
|
|
|
|
static void SendActorAuthority() noexcept;
|
|
|
|
|
|
|
|
static void SendActorPosition() noexcept;
|
|
|
|
static void SendActorStatsDynamic() noexcept;
|
|
|
|
static void SendActorStatsDynamic() noexcept;
|
|
|
|
static void SendActorCellChange() noexcept;
|
|
|
|
static void SendActorCellChange() noexcept;
|
|
|
|
};
|
|
|
|
};
|
|
|
|