Background for Fallout 4
Member of the Actor script

Description

Wiki Description

Event sent to the player when he starts swimming

Documentation Comment

Received when player starts swimming


Examples

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

Auto-Generated Example

Scriptname MyCoolScript extends Actor

event OnPlayerSwimming()
    Debug.trace("Event received - OnPlayerSwimming")
endEvent

Related Pages


Additional References

View this event’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.