API ReferenceSandbox
public class Sandbox.PartyRoom
A Party. A Party with your friends.
Methods
Showing 7 methods
public static System.Threading.Tasks.Task`1<Sandbox.PartyRoom.Entry[]> Find()
public void Kick(Sandbox.SteamId friend)
Kick a member from the lobby. Only the owner can kick members.
public void Leave()
public void SendChatMessage(string text)
public bool SetOwner(Sandbox.SteamId friend)
Set the owner to someone else. You need to be the owner
No results match this filter.
Properties
Showing 15 properties
public Sandbox.PartyRoom.OwnerJoinState Sandbox.PartyRoom.JoinState { get; set; }
The current join state of the owner of the party
public int Sandbox.PartyRoom.MaxMembers { get; set; }
The maximum number of members allowed in this lobby.
public int Sandbox.PartyRoom.MemberCount { get; set; }
The current number of members in this lobby.
public System.Collections.Generic.IEnumerable`1<Sandbox.Friend> Sandbox.PartyRoom.Members { get; set; }
A list of members in this room
public string Sandbox.PartyRoom.Name { get; set; }
The name of this lobby.
public string Sandbox.PartyRoom.PackageIdent { get; set; }
What package is this party's owner playing?
public bool Sandbox.PartyRoom.VoiceCommunicationAllowed { get; set; }
Allow communication via voice when in the main menu.
public bool Sandbox.PartyRoom.VoiceRecording { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.PartyRoom |