OnPlayerSwimming - Actor

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: Actor Script

Event sent to the player when he starts swimming

Syntax[edit | edit source]

Event OnPlayerSwimming()

Parameters[edit | edit source]

None

Examples[edit | edit source]

; Event is sent to the player
Event OnPlayerSwimming()
  Debug.Trace("Player Swimming")
endEvent

See Also[edit | edit source]