|
|
|
@ -52,6 +52,7 @@
|
|
|
|
|
{"AddContainerItem", WorldFunctions::AddContainerItem},\
|
|
|
|
|
\
|
|
|
|
|
{"SendActorList", WorldFunctions::SendActorList},\
|
|
|
|
|
{"SendActorAuthority", WorldFunctions::SendActorAuthority},\
|
|
|
|
|
{"SendObjectDelete", WorldFunctions::SendObjectDelete},\
|
|
|
|
|
{"SendObjectPlace", WorldFunctions::SendObjectPlace},\
|
|
|
|
|
{"SendObjectScale", WorldFunctions::SendObjectScale},\
|
|
|
|
@ -118,6 +119,7 @@ public:
|
|
|
|
|
static void AddContainerItem() noexcept;
|
|
|
|
|
|
|
|
|
|
static void SendActorList() noexcept;
|
|
|
|
|
static void SendActorAuthority() noexcept;
|
|
|
|
|
static void SendObjectDelete() noexcept;
|
|
|
|
|
static void SendObjectPlace() noexcept;
|
|
|
|
|
static void SendObjectScale() noexcept;
|
|
|
|
|