Class StackFac
Inheritance
System.Object
StackFac
Assembly: Eco.Gameplay.dll
Syntax
public static class StackFac : Object
Methods
AddQuantity(IStack, Int32)
Declaration
public static void AddQuantity(this IStack stack, int delta)
Parameters
Type |
Name |
Description |
IStack |
stack |
|
System.Int32 |
delta |
|
Make(IController, Int32)
Declaration
public static IStack Make(IController t, int quantity)
Parameters
Type |
Name |
Description |
IController |
t |
|
System.Int32 |
quantity |
|
Returns
Modify(IStack, Int32)
Declaration
public static void Modify(this IStack stack, int quantity)
Parameters
Type |
Name |
Description |
IStack |
stack |
|
System.Int32 |
quantity |
|