Black Ops III

MagicMissile

Launches a weapon from the given position with the given velocity. Velocity determines direction.

Example:

bomb = player MagicMissile( "artillery_mp", (100,100,0), ( 0.1, 0.1, 0.1 ) )

Returns: entity

Parameters

ParameterSummary
*weapon- Weapon name.
*position- Position to launch from.
*velocity- Direction and force of launch.
[targetent]The target of the bullet

* = mandatory