Steamworks.NativeMethods.ISteamGameServerUtils_SetWarningMessageHook C# (CSharp) Méthode

ISteamGameServerUtils_SetWarningMessageHook() private méthode

private ISteamGameServerUtils_SetWarningMessageHook ( SteamAPIWarningMessageHook_t pFunction ) : void
pFunction SteamAPIWarningMessageHook_t
Résultat void
		public static extern void ISteamGameServerUtils_SetWarningMessageHook(SteamAPIWarningMessageHook_t pFunction);
NativeMethods