Steamworks.NativeMethods.ISteamGameServerUtils_SetWarningMessageHook C# (CSharp) Method

ISteamGameServerUtils_SetWarningMessageHook() private method

private ISteamGameServerUtils_SetWarningMessageHook ( SteamAPIWarningMessageHook_t pFunction ) : void
pFunction SteamAPIWarningMessageHook_t
return void
		public static extern void ISteamGameServerUtils_SetWarningMessageHook(SteamAPIWarningMessageHook_t pFunction);
NativeMethods