KnockAreaEffect - ObjectReference

From the Fallout4 CreationKit Wiki
Revision as of 14:20, 3 December 2015 by imported>Plplecuyer
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: ObjectReference Script

Executes a knock effect on actors in an area.

Syntax[edit | edit source]

Function KnockAreaEffect(float afMagnitude, float afRadius) native

Parameters[edit | edit source]

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

Return Value[edit | edit source]

None

Examples[edit | edit source]

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

See Also[edit | edit source]