You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
privatestaticvoidBaseObject_DeleteSyncedMetaDataFallback(nint_baseObject,nint_key)=>thrownewExceptions.OutdatedSdkException("BaseObject_DeleteSyncedMetaData","BaseObject_DeleteSyncedMetaData SDK method is outdated. Please update your module nuget");
@@ -1605,8 +1603,6 @@ public unsafe class ServerLibrary : IServerLibrary
1605
1603
privatestaticvoidVoiceChannel_UnmutePlayerFallback(nint_channel,nint_player)=>thrownewExceptions.OutdatedSdkException("VoiceChannel_UnmutePlayer","VoiceChannel_UnmutePlayer SDK method is outdated. Please update your module nuget");
privatestaticvoidWorldObject_GetPositionCoordsFallback(nint_worldObject,float*_position_x,float*_position_y,float*_position_z,int*_dimension)=>thrownewExceptions.OutdatedSdkException("WorldObject_GetPositionCoords","WorldObject_GetPositionCoords SDK method is outdated. Please update your module nuget");
privatestaticvoidWorldObject_SetDimensionFallback(nint_worldObject,int_dimension)=>thrownewExceptions.OutdatedSdkException("WorldObject_SetDimension","WorldObject_SetDimension SDK method is outdated. Please update your module nuget");
privatestaticuintAudio_GetIDFallback(nint_audio)=>thrownewExceptions.OutdatedSdkException("Audio_GetID","Audio_GetID SDK method is outdated. Please update your module nuget");
@@ -1353,6 +1355,8 @@ public unsafe class SharedLibrary : ISharedLibrary
1353
1355
privatestaticintWorldObject_GetDimensionFallback(nint_worldObject)=>thrownewExceptions.OutdatedSdkException("WorldObject_GetDimension","WorldObject_GetDimension SDK method is outdated. Please update your module nuget");
privatestaticvoidWorldObject_GetPositionFallback(nint_worldObject,Vector3*_position)=>thrownewExceptions.OutdatedSdkException("WorldObject_GetPosition","WorldObject_GetPosition SDK method is outdated. Please update your module nuget");
privatestaticvoidWorldObject_SetDimensionFallback(nint_worldObject,int_dimension)=>thrownewExceptions.OutdatedSdkException("WorldObject_SetDimension","WorldObject_SetDimension SDK method is outdated. Please update your module nuget");
privatestaticvoidWorldObject_SetPositionFallback(nint_worldObject,Vector3_pos)=>thrownewExceptions.OutdatedSdkException("WorldObject_SetPosition","WorldObject_SetPosition SDK method is outdated. Please update your module nuget");
1358
1362
publicboolOutdated{get;privateset;}
@@ -1699,6 +1703,7 @@ public SharedLibrary(Dictionary<ulong, IntPtr> funcTable)
0 commit comments