Class SharedWorkOrderExtensions
Inheritance
System.Object
SharedWorkOrderExtensions
Assembly: Eco.Shared.dll
Syntax
public static class SharedWorkOrderExtensions : Object
Methods
CompletionPercentage(ISharedWorkOrder)
Declaration
public static float CompletionPercentage(this ISharedWorkOrder order)
Parameters
Returns
Type |
Description |
System.Single |
|
CraftedSoFar(ISharedWorkOrder)
Declaration
public static int CraftedSoFar(this ISharedWorkOrder order)
Parameters
Returns
Type |
Description |
System.Int32 |
|
OrderPercentComplete(ISharedWorkOrder)
Declaration
public static float OrderPercentComplete(this ISharedWorkOrder order)
Parameters
Returns
Type |
Description |
System.Single |
|
OrderPercentToCompleteNext(ISharedWorkOrder)
Declaration
public static float OrderPercentToCompleteNext(this ISharedWorkOrder order)
Parameters
Returns
Type |
Description |
System.Single |
|
TotalCraftTime(ISharedWorkOrder)
Declaration
public static float TotalCraftTime(this ISharedWorkOrder order)
Parameters
Returns
Type |
Description |
System.Single |
|