EVENT_BLOCK

ENABLE_BLOCK

Collision with a block of the level during a c_move instruction or physics entity movement. The entity must not be PASSABLE and it's push value must be 0 or less. On start of the event function, the event_type variable is set to EVENT_BLOCK, the vector normal is set to a direction perpendicular to that surface, and the vector bounce is set to the direction into which the entity would bounce off.

Depends on:

push must be smaller or equal to 0.
PASSABLE must not be set.

Modified:

normal - Surface normal vector
bounce - Surface reflection vector

Example:

See event

See also:

event, c_move, push, PASSABLE, normal, bounce