Class TransferSystem
Core system that transfer object data along the stage
Methods
IsTransfer(int, out Direction4)
True if given ID is a valid transfer
Declaration
public static bool IsTransfer(int transferID, out Direction4 direction)
Direction this transfer will move items to
StartTransfer(Int3, object, int)
Start a transfer operation
Declaration
public static void StartTransfer(Int3 unitPos, object data, int stamp = -2147483648)
Parameters
Type | Name | Description |
---|---|---|
Int3 | unitPos | Starting position in unit space |
object | data | Target object data to transfer with |
int | stamp | unique number to identify this operation |