setConfigValue method

bool setConfigValue(
  1. ESteamNetworkingConfigValue value,
  2. ESteamNetworkingConfigScope scopeType,
  3. int scopeObj,
  4. ESteamNetworkingConfigDataType dataType,
  5. Pointer<Void> pArg,
)

Implementation

bool setConfigValue(
  ESteamNetworkingConfigValue value,
  ESteamNetworkingConfigScope scopeType,
  int scopeObj,
  ESteamNetworkingConfigDataType dataType,
  Pointer<Void> pArg,
) =>
    _setConfigValue.call(
      this,
      value.value,
      scopeType.value,
      scopeObj,
      dataType.value,
      pArg,
    );