Black Ops III

MagicBullet

Creates a magic bullet at the source

Example:

MagicBullet( GetWeapon("sniper_hyperion"), level.sniper_loc.origin, target GetTagOrigin( "tag_eye" ), level.sniper_boss)

Returns: entity

Parameters

ParameterSummary
*weaponWeapon type of the bullet
*sourceWhere the bullet will be spawned
*destinationWhere the bullet will be fired at
[attacker]Set the owner of the bullet to this
[targetent]The target of the bullet
[targetOffset]Offset the target by this vector

* = mandatory