KnockAreaEffect - ObjectReference

Member of: ObjectReference Script

Executes a knock effect on actors in an area.

SyntaxEdit

Function KnockAreaEffect(float afMagnitude, float afRadius) native

ParametersEdit

  • afMagnitude: The magnitude of the knock effect (from 0 to 1).
  • afRadius: The radius of knock effect from the source reference.

Return ValueEdit

None

ExamplesEdit

; Execute a knock area effect around the dragon.
BobTheDragon.KnockAreaEffect(1, 3000)

See AlsoEdit