Steamworks.NativeMethods.ISteamFriends_GetClanOfficerByIndex C# (CSharp) Method

ISteamFriends_GetClanOfficerByIndex() private method

private ISteamFriends_GetClanOfficerByIndex ( CSteamID steamIDClan, int iOfficer ) : ulong
steamIDClan CSteamID
iOfficer int
return ulong
		public static extern ulong ISteamFriends_GetClanOfficerByIndex(CSteamID steamIDClan, int iOfficer);
NativeMethods