Show / Hide Table of Contents

Class RepairTracker

Inheritance
System.Object
RepairTracker
Implements
IController
IViewController
IHasUniversalID
System.ComponentModel.INotifyPropertyChanged
Namespace: Eco.Gameplay.Economy
Assembly: Eco.Gameplay.dll
Syntax
public class RepairTracker : Object, IController, IViewController, IHasUniversalID, INotifyPropertyChanged

Constructors

RepairTracker()

Declaration
public RepairTracker()

Properties

ControllerID

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

Currency

Declaration
public Currency Currency { get; set; }
Property Value
Type Description
Currency

IntegrityRequired

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

NeededItems

Declaration
public string NeededItems { get; set; }
Property Value
Type Description
System.String

NeededSkills

Declaration
public List<SkillAndLevel> NeededSkills { get; set; }
Property Value
Type Description
System.Collections.Generic.List<SkillAndLevel>

ObjectToRepair

Declaration
public string ObjectToRepair { get; set; }
Property Value
Type Description
System.String

Position

Declaration
public Vector3 Position { get; set; }
Property Value
Type Description
System.Numerics.Vector3

RepairPayment

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

RequiredSkill

Declaration
public string RequiredSkill { get; set; }
Property Value
Type Description
System.String

Subscriptions

Declaration
public ref ThreadSafeSubscriptions Subscriptions { get; }
Property Value
Type Description
ThreadSafeSubscriptions

Working

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

Events

PropertyChanged

Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type Description
System.ComponentModel.PropertyChangedEventHandler

Implements

IController
IViewController
IHasUniversalID
System.ComponentModel.INotifyPropertyChanged

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