Actions.CollectAt - notruilin/DeceptionGame GitHub Wiki

public void CollectAt(List positions);

Parameters

positions The list of pickups' positions that needs to be collected

Description

Collects a list of pickups from positions. A shuttle should move to the corresponding parking position of the generator before collecting pickups from it. All positions from the list need to be valid exist pickups' positions from the same generator.


public void CollectAt(Vector3 pos);

Parameters

pos The position that needs to be collected

Description

Collects a pickup from the position.

⚠️ **GitHub.com Fallback** ⚠️