Client.UseThisCall

This commit is contained in:
Garry Newman 2016-09-29 15:25:19 +01:00
parent 3a9c1962a1
commit b2db9b5304

View File

@ -198,5 +198,11 @@ internal Action InstallCallback( int type, Delegate action )
//return () => Valve.Steamworks.SteamAPI.UnregisterCallback( ptr );
return null;
}
/// <summary>
/// Some platforms allow/need CallingConvention.ThisCall. If you're crashing with argument null
/// errors on certain platforms, try flipping this to true.
/// </summary>
public bool UseThisCall { get; set; }
}
}