Skip to content

Communicator\Status

Kysune edited this page Feb 14, 2019 · 2 revisions

This object is extended by Communicator\Status from node-epicgames-client.

Properties

  • fortnite [Object] - properties for game
    • basicInfo [Object] - object with e.g. home base rating for PVE subgame
    • lfg [probably BigInteger]
    • subGame [Integer] - representing subgame e.g. Battle Royale. In future I will add enumerators for this property.
    • inUnjoinable_match [Boolean]
  • partyJoinData [Object] - informations needed to join into party
    • partyId [String]
    • partyTypeId [Integer] - e.g. Battle Royale have 286331153
    • accessKey [String]
    • appId [Integer]
    • buildId [String]
    • partyFlags [Integer]
    • notAcceptingReason [String]
    • source [Object]
      • accountId [String]
      • displayName [String]
      • platform [String]

Methods

joinToParty()

Joining to party

Clone this wiki locally