getBeaconLocationData method

bool getBeaconLocationData(
  1. SteamPartyBeaconLocation beaconLocation,
  2. ESteamPartyBeaconLocationData data,
  3. Pointer<Utf8> dataStringOut,
  4. int cchDataStringOut,
)

Implementation

bool getBeaconLocationData(
  SteamPartyBeaconLocation beaconLocation,
  ESteamPartyBeaconLocationData data,
  Pointer<Utf8> dataStringOut,
  int cchDataStringOut,
) =>
    _getBeaconLocationData.call(
      this,
      beaconLocation,
      data.value,
      dataStringOut,
      cchDataStringOut,
    );