|
Client LuaCsForBarotrauma
|
Public Member Functions | |
| FriendInfo (string name, AccountId id, FriendStatus status, string serverName, Option< ConnectCommand > connectCommand, FriendProvider provider) | |
| void | RetrieveOrInheritAvatar (Option< Sprite > inheritableAvatar, int size) |
| void | Dispose () |
Public Attributes | |
| readonly string | Name |
| readonly AccountId | Id |
| readonly FriendStatus | CurrentStatus |
| readonly string | ServerName |
| readonly Option< ConnectCommand > | ConnectCommand |
| readonly FriendProvider | Provider |
Properties | |
| Option< Sprite > | Avatar [get, set] |
| bool | IsInServer [get] |
| bool | IsOnline [get] |
| LocalizedString | StatusText [get] |
Definition at line 7 of file FriendInfo.cs.
| FriendInfo.FriendInfo | ( | string | name, |
| AccountId | id, | ||
| FriendStatus | status, | ||
| string | serverName, | ||
| Option< ConnectCommand > | connectCommand, | ||
| FriendProvider | provider | ||
| ) |
Definition at line 34 of file FriendInfo.cs.
| void FriendInfo.Dispose | ( | ) |
Definition at line 65 of file FriendInfo.cs.
| void FriendInfo.RetrieveOrInheritAvatar | ( | Option< Sprite > | inheritableAvatar, |
| int | size | ||
| ) |
Definition at line 45 of file FriendInfo.cs.
| readonly Option<ConnectCommand> FriendInfo.ConnectCommand |
Definition at line 14 of file FriendInfo.cs.
| readonly FriendStatus FriendInfo.CurrentStatus |
Definition at line 12 of file FriendInfo.cs.
| readonly AccountId FriendInfo.Id |
Definition at line 10 of file FriendInfo.cs.
| readonly string FriendInfo.Name |
Definition at line 9 of file FriendInfo.cs.
| readonly FriendProvider FriendInfo.Provider |
Definition at line 16 of file FriendInfo.cs.
| readonly string FriendInfo.ServerName |
Definition at line 13 of file FriendInfo.cs.
|
getset |
Definition at line 17 of file FriendInfo.cs.
|
get |
Definition at line 19 of file FriendInfo.cs.
|
get |
Definition at line 22 of file FriendInfo.cs.
|
get |
Definition at line 25 of file FriendInfo.cs.