Modifies the parameters of an existing Explod. This controller is subject to future change. Any code relying on this controller is not guaranteed to work in the future.

Required parameters:

Optional parameters:

Notes:

The position of an explod that is bound to a player is determined only after all player updates have completed (compared to helpers, which are created relative to the player's immediate position when the controller was executed). This behavior is necessary to make explods bind properly to the player's screen position.

For example, assume the player has an x velocity of 5 and a position of (160,0). If an explod is created with an offset of 0,0 relative to p1, then the explod's actual screen position will be 165,0.

Example:

none