Show / Hide Table of Contents

Class UserDef

Inheritance
System.Object
UserDef
Namespace: Eco.Gameplay.Players
Assembly: Eco.Gameplay.dll
Syntax
public class UserDef : AutoSingleton<UserDef>

Constructors

UserDef()

Declaration
public UserDef()

Properties

BaseCaloriesUsesPerDay

Declaration
public float BaseCaloriesUsesPerDay { get; set; }
Property Value
Type Description
System.Single

DigestionDays

Declaration
public float DigestionDays { get; set; }
Property Value
Type Description
System.Single

MaxWasteCalories

Declaration
public float MaxWasteCalories { get; set; }
Property Value
Type Description
System.Single

MinCaloriesPenalty

Declaration
public float MinCaloriesPenalty { get; set; }
Property Value
Type Description
System.Single

MinPerformanceByCalories

Declaration
public float MinPerformanceByCalories { get; set; }
Property Value
Type Description
System.Single

MinSpeedPenalty

Declaration
public float MinSpeedPenalty { get; set; }
Property Value
Type Description
System.Single

StandardBodyMass

Declaration
public float StandardBodyMass { get; set; }
Property Value
Type Description
System.Single

StartingCalories

Declaration
public float StartingCalories { get; set; }
Property Value
Type Description
System.Single

StartingNutrients

Declaration
public Nutrients StartingNutrients { get; set; }
Property Value
Type Description
Nutrients

Extension Methods

TagUtils.TagNames(Object, Boolean)
TagUtils.TagDisplayNames(Object, Boolean)
ClientSetViewExtensions.SetClassOfProperty(Object, Player, String, String, Int32)
TypeTooltipExtensions.UILinkGeneric(Object)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾