Actions.DepositIndexAt - notruilin/DeceptionGame GitHub Wiki

public void DepositIndexAt(Vector3 pos, int index);

Parameters

pos The pos that needs to deposit
index The counter's index of the shuttle's bag

Description

Deposits a specified indexed counter at pos. A shuttle should move to pos before depositing.


public void DepositIndexAt(Vector3 pos, int index, float delay);

Parameters

pos The pos that needs to deposit
index The counter's index of the shuttle's bag
delay The delay before deposit

Description

Waits delay seconds then deposits a specified indexed counter at pos. A shuttle should move to pos before depositing.