Steamworks.NativeMethods.ISteamFriends_IsClanChatWindowOpenInSteam C# (CSharp) 메소드

ISteamFriends_IsClanChatWindowOpenInSteam() 개인적인 메소드

private ISteamFriends_IsClanChatWindowOpenInSteam ( CSteamID steamIDClanChat ) : bool
steamIDClanChat CSteamID
리턴 bool
		public static extern bool ISteamFriends_IsClanChatWindowOpenInSteam(CSteamID steamIDClanChat);
NativeMethods