serverRules method

HServerQuery serverRules(
  1. int ip,
  2. int port,
  3. Pointer<ISteamMatchmakingRulesResponse> pRequestServersResponse
)

Implementation

HServerQuery serverRules(
  int ip,
  int port,
  Pointer<ISteamMatchmakingRulesResponse> pRequestServersResponse,
) =>
    _serverRules.call(
      this,
      ip,
      port,
      pRequestServersResponse,
    );