Skip to content

Commit

Permalink
streaming distance per entity
Browse files Browse the repository at this point in the history
  • Loading branch information
Doxoh committed Sep 30, 2023
1 parent 3e2149e commit 29b911a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion c-api/func_table.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "func_table.h"

inline uint64_t capiHash = 16969270403256639162UL;
inline uint64_t capiHash = 5248804555507714941UL;
inline uint64_t capiHashes[] = {
0,
#ifdef ALT_CLIENT_API
Expand Down Expand Up @@ -1390,6 +1390,7 @@ inline uint64_t capiHashes[] = {
10985243845337635807UL,
720717099291838457UL,
10576887087871473326UL,
12930356950677173033UL,
3963088656254240248UL,
10813148612330668827UL,
2223226199436541021UL,
Expand Down Expand Up @@ -3123,6 +3124,7 @@ inline void* capiPointers[] = {
(void*) Entity_DeleteStreamSyncedMetaData,
(void*) Entity_Detach,
(void*) Entity_GetStreamed,
(void*) Entity_GetStreamingDistance,
(void*) Entity_GetTimestamp,
(void*) Entity_GetVisible,
(void*) Entity_HasCollision,
Expand Down

0 comments on commit 29b911a

Please sign in to comment.