예제 #1
0
 /// <summary>
 /// Returns the maximum number of players allowed in the match request for a given match type.
 /// </summary>
 /// <returns>The players allowed for match type.</returns>
 /// <param name="matchType">Match type.</param>
 public static uint MaxPlayersAllowedForMatchType(GKMatchType matchType)
 {
     return(C.GKMatchRequest_maxPlayersAllowedForMatchType(matchType));
 }
예제 #2
0
 internal static extern uint /* from(uint32_t) */ GKMatchRequest_maxPlayersAllowedForMatchType(GKMatchType matchType);