PhysicsLaunch( <contact_point>, <initial_force> )


Module: Motion
SP Only

Summary:

Permanently turn this entity into a physics object with an intial force vector at the specified point.



Call this on:

script_model



Example:

dummy PhysicsLaunch( contact_point, initial_force );



Optional Args

  • 1 : <contact_point> The point to apply the initial force
  • 2 : <initial_force> The force vector to apply