-
Notifications
You must be signed in to change notification settings - Fork 34
Communicator\Party
Kysune edited this page Feb 17, 2019
·
10 revisions
const party = fortnite.communicator.makeParty({
typeId: 286331153, // type of party, 286331153 is for Battle Royale
appId: fortnite.appName,
buildId: fortnite.buildId,
});
-
id [
Integer
] -
typeId [
Integer
] -
accessKey [
String
] - key needed to join into party -
password [
String
] -
appId [
String
] -
buildId [
String
] -
leader [
String
] - leader account's id -
presencePermissions [
Integer
] -
invitePermissions [
Integer
] -
flags [
Integer
] -
members [
Integer
] -
maxMembers [
Integer
] -
notAcceptingReason [
String
] -
data [
Communicator\PartyData
] -
me [
Communicator\PartyMember
]
-
partyState [
String
] -
privacySettings [
Object
] - informations about party privacy settings -
allowJoinInProgress [
Boolean
] -
isSquadFill [
Boolean
] - is squad fill enabled -
partyIsJoinedInProgress [
Boolean
] -
gameSessionId [
String
] -
gameSessionKey [
String
] -
connectionStarted [
Boolean
] -
matchmakingResult [
String
] -
matchmakingState [
String
] -
playlist [
Object
] - informations about selected game mode
Send invite to player. Returns
Finding member by account's id.
Trying join to player.
Exiting from party
-
privacy [
EPartyPrivacy
] -
allowFriends [
Boolean
]
-
playlistName [
String
] -
tournamentId [
String
] -
eventWindowId [
String
]