KnockAreaEffect - ObjectReference

From the CreationKit Wiki
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]