Class LobbyAttribute
- Namespace
- PlayEveryWare.EpicOnlineServices.Samples
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
AsInt64
public long? AsInt64
Field Value
- long?
AsString
public string AsString
Field Value
Key
public string Key
Field Value
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
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?