Entryclass

objectEntry
Namespace
global
Assembly
Sandbox.Engine
Declaration
public sealed struct Sandbox.PartyRoom.Entry

Methods1

Showing 1 methods

public System.Threading.Tasks.Task Join()PUBLIC

Returns:Task

Properties7

Showing 7 properties

public string Sandbox.PartyRoom.Entry.GameTitle { get; set; }PUBLICGETSET

Returns:string

public bool Sandbox.PartyRoom.Entry.IsFull { get; set; }PUBLICGETSET

Returns:bool

public bool Sandbox.PartyRoom.Entry.IsPlaying { get; set; }PUBLICGETSET

Returns:bool

public int Sandbox.PartyRoom.Entry.Members { get; set; }PUBLICGETSET

Returns:int

public string Sandbox.PartyRoom.Entry.Name { get; set; }PUBLICGETSET

Returns:string

public long Sandbox.PartyRoom.Entry.OwnerId { get; set; }PUBLICGETSET

Returns:long

public string Sandbox.PartyRoom.Entry.Package { get; set; }PUBLICGETSET

Returns:string

On this page