Show / Hide Table of Contents

Class SharedWorkOrderExtensions

Inheritance
System.Object
SharedWorkOrderExtensions
Namespace: Eco.Shared.Gameplay
Assembly: Eco.Shared.dll
Syntax
public static class SharedWorkOrderExtensions : Object

Methods

CompletionPercentage(ISharedWorkOrder)

Declaration
public static float CompletionPercentage(this ISharedWorkOrder order)
Parameters
Type Name Description
ISharedWorkOrder order
Returns
Type Description
System.Single

CraftedSoFar(ISharedWorkOrder)

Declaration
public static int CraftedSoFar(this ISharedWorkOrder order)
Parameters
Type Name Description
ISharedWorkOrder order
Returns
Type Description
System.Int32

OrderPercentComplete(ISharedWorkOrder)

Declaration
public static float OrderPercentComplete(this ISharedWorkOrder order)
Parameters
Type Name Description
ISharedWorkOrder order
Returns
Type Description
System.Single

OrderPercentToCompleteNext(ISharedWorkOrder)

Declaration
public static float OrderPercentToCompleteNext(this ISharedWorkOrder order)
Parameters
Type Name Description
ISharedWorkOrder order
Returns
Type Description
System.Single

TotalCraftTime(ISharedWorkOrder)

Declaration
public static float TotalCraftTime(this ISharedWorkOrder order)
Parameters
Type Name Description
ISharedWorkOrder order
Returns
Type Description
System.Single
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾