class Pickup: Action
__new(self: Action, owner: Actor, ...: Object)

Constructor for the Action class.

Parameters:
  • owner (Actor) – The actor that is performing the action.

  • ... (Object) – An optional list of target actors. Not all actions require targets.