C# Class FuseMisc.Friend

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

Public Properties

Property Type Description
AccountId string
Alias string
FuseId string
Pending bool

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

AccountId public_oe property

Id that the user used to log in.
public string AccountId
return string

Alias public_oe property

Alias that the user used to log in.
public string Alias
return string

FuseId public_oe property

A unique id generated by the Fuse system.
public string FuseId
return string

Pending public_oe property

public bool Pending
return bool