Black Ops III

Missile_CreateRepulsorOrigin

Creates a missile Repulsor at the given location

Example:

repulsor = Missile_CreateRepulsorOrigin( (100, 350, 10), 10000, 6000 )

Parameters

ParameterSummary
*originThe center of the Repulsor
*strengthThe strength of the Repulsor (maximum acceleration it can apply to a missile)
*affectDistThe effective distance at which the missile can be affected. The effect of the attractor falls off from to zero from the center to this distance away from the center.
[affectAllProjectiles]If set it will affect all projectiles inculding grenades and guided missiles.
[alert range]If set it send notify when missile breaches range(but will not repulse).

* = mandatory