Class OfflineInfo
Inheritance
System.Object
OfflineInfo
Assembly: Eco.Gameplay.dll
Syntax
public class OfflineInfo : Object
Constructors
OfflineInfo()
Declaration
OfflineInfo(User)
Declaration
public OfflineInfo(User user)
Parameters
Type |
Name |
Description |
User |
user |
|
Properties
CaloriesAtLogout
Declaration
public float CaloriesAtLogout { get; set; }
Property Value
Type |
Description |
System.Single |
|
LogoutTime
Declaration
public double LogoutTime { get; set; }
Property Value
Type |
Description |
System.Double |
|
StarsAtLogout
Declaration
public int StarsAtLogout { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
XPAtLogout
Declaration
public float XPAtLogout { get; set; }
Property Value
Type |
Description |
System.Single |
|
Methods
DescribeChangeToPresent(User)
Declaration
public string DescribeChangeToPresent(User user)
Parameters
Type |
Name |
Description |
User |
user |
|
Returns
Type |
Description |
System.String |
|
Extension Methods