collectPickups
collectPickups(
world):void
Defined in: packages/engine/src/gameplay/behaviours/systems.ts:88
A pickup the hero has reached goes into her wallet and out of the world in the same step.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
world |
World |
Returns
Section titled “Returns”void