Table of Contents

Class LobbyAttribute

Class represents all Lobby Attribute properties

public class LobbyAttribute
Inheritance
LobbyAttribute
Inherited Members

Fields

AsBool

public bool? AsBool

Field Value

bool?

AsDouble

public double? AsDouble

Field Value

double?

AsInt64

public long? AsInt64

Field Value

long?

AsString

public string AsString

Field Value

string

Key

public string Key

Field Value

string

ValueType

public AttributeType ValueType

Field Value

AttributeType

Visibility

public LobbyAttributeVisibility Visibility

Field Value

LobbyAttributeVisibility

Properties

AsAttribute

public AttributeData AsAttribute { get; }

Property Value

AttributeData

Methods

Equals(object)

Determines whether the specified object is equal to the current object.

public override bool Equals(object other)

Parameters

other object

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

InitFromAttribute(Attribute?)

public void InitFromAttribute(Epic.OnlineServices.Lobby.Attribute? attributeParam)

Parameters

attributeParam Epic.OnlineServices.Lobby.Attribute?