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
public delegate* unmanaged[Cdecl]<nint, byte, void> LocalObject_Detach { get; }
1342
1342
public delegate* unmanaged[Cdecl]<nint, int, int> LocalObject_GetComponentTintIndex { get; }
1343
-
public delegate* unmanaged[Cdecl]<nint, ushort> LocalObject_GetID { get; }
1343
+
public delegate* unmanaged[Cdecl]<nint, uint> LocalObject_GetID { get; }
1344
1344
public delegate* unmanaged[Cdecl]<nint, nint> LocalObject_GetObject { get; }
1345
1345
public delegate* unmanaged[Cdecl]<nint, uint> LocalObject_GetStreamingDistance { get; }
1346
1346
public delegate* unmanaged[Cdecl]<nint, int> LocalObject_GetTintIndex { get; }
@@ -2665,8 +2665,8 @@ public unsafe class ClientLibrary : IClientLibrary
2665
2665
private static void LocalObject_DetachFallback(nint _localObject, byte _dynamic) => throw new Exceptions.OutdatedSdkException("LocalObject_Detach", "LocalObject_Detach SDK method is outdated. Please update your module nuget");
2666
2666
[UnmanagedFunctionPointer(CallingConvention.Cdecl)] private delegate int LocalObject_GetComponentTintIndexDelegate(nint _localObject, int _componentType);
2667
2667
private static int LocalObject_GetComponentTintIndexFallback(nint _localObject, int _componentType) => throw new Exceptions.OutdatedSdkException("LocalObject_GetComponentTintIndex", "LocalObject_GetComponentTintIndex SDK method is outdated. Please update your module nuget");
0 commit comments