C# Class FuseMisc.Friend

Representation of another player that is contained in the user's friend list.
Afficher le fichier Open project: fusepowered/FuseSDKUnity

Méthodes publiques

Свойство Type Description
AccountId string
Alias string
FuseId string
Pending bool

Méthodes publiques

Méthode Description
ToString ( ) : string

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

AccountId public_oe property

Id that the user used to log in.
public string AccountId
Résultat string

Alias public_oe property

Alias that the user used to log in.
public string Alias
Résultat string

FuseId public_oe property

A unique id generated by the Fuse system.
public string FuseId
Résultat string

Pending public_oe property

public bool Pending
Résultat bool