mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-27 07:05:50 +03:00
Renamed SteamNetworkingUtils.GetConfigInt to SetConfigInt
This commit is contained in:
parent
a8f1ac3799
commit
bf60680d87
@ -244,7 +244,7 @@ internal static void OutputDebugMessages()
|
|||||||
|
|
||||||
#region Config Internals
|
#region Config Internals
|
||||||
|
|
||||||
internal unsafe static bool GetConfigInt( NetConfig type, int value )
|
internal unsafe static bool SetConfigInt( NetConfig type, int value )
|
||||||
{
|
{
|
||||||
int* ptr = &value;
|
int* ptr = &value;
|
||||||
return Internal.SetConfigValue( type, NetConfigScope.Global, IntPtr.Zero, NetConfigType.Int32, (IntPtr)ptr );
|
return Internal.SetConfigValue( type, NetConfigScope.Global, IntPtr.Zero, NetConfigType.Int32, (IntPtr)ptr );
|
||||||
|
Loading…
Reference in New Issue
Block a user