Skip to content

Move_contact_solid

hugh greene edited this page Jun 20, 2022 · 1 revision

NOTOC

Notation

Description

Calls move_contact_object with only solid objects specified to move contact against.

Parameters

  • angle the direction to move contact in
  • dist the maximum distance to move. when set to -1 does not set a maximum distance

Return Values

returns the distance the instance has moved

Example Call

//moves the instance down until colliding with a solid instance
move_contact_object(270, -1);
Clone this wiki locally