Launch( <initial velocity> )


Module: Entity
SP Only

Summary:

Launch an object that interacts with the world, using an initial velocity. From this point on this object will no longer block either missiles or bullets.



Call this on:

<entity>



Example:

self Launch( (x, y, z) );



Required Args:

  • 1 : <initial velocity> The initial velocity of the launch.