Show / Hide Table of Contents

Class SkillReqs

Inheritance
System.Object
SkillReqs
Implements
IController
IViewController
IHasUniversalID
System.ICloneable
Namespace: Eco.Gameplay.Skills
Assembly: Eco.Gameplay.dll
Syntax
public class SkillReqs : Object, IController, IViewController, IHasUniversalID, ICloneable

Constructors

SkillReqs()

Declaration
public SkillReqs()

Properties

CaloriesToLearn

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

CaloriesToTeach

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

CanBeEducated

Declaration
public bool CanBeEducated { get; set; }
Property Value
Type Description
System.Boolean

ClassroomTierRequired

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

ControllerID

Declaration
public ref int ControllerID { get; }
Property Value
Type Description
System.Int32

LearningCaloriesPerSecond

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

StarsToBecomeTeacher

Declaration
public int StarsToBecomeTeacher { get; set; }
Property Value
Type Description
System.Int32

StarsToBeTaught

Declaration
public int StarsToBeTaught { get; set; }
Property Value
Type Description
System.Int32

StarsToSelfTeach

Declaration
public int StarsToSelfTeach { get; set; }
Property Value
Type Description
System.Int32

TeachingCaloriesPerSecond

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

Tier

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

TimeToLearnHours

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

TimeToLearnSeconds

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

Methods

Blend(SkillReqs, Single)

Declaration
public SkillReqs Blend(SkillReqs blendTarget, float lerp)
Parameters
Type Name Description
SkillReqs blendTarget
System.Single lerp
Returns
Type Description
SkillReqs

Clone()

Declaration
public object Clone()
Returns
Type Description
System.Object

Implements

IController
IViewController
IHasUniversalID
System.ICloneable

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
☀
☾