Background for Skyrim SE
Member of the DbSkseEvents script
eventOnActorFootStepGlobal(ActorakActor, stringtype)

Description

Documentation Comment

type can be "FootLeft", "FootRight", "FootSprintLeft", "FootSprintRight", "JumpUp", "JumpDown" ect.


Parameters

  1. ActorakActor

  2. stringtype


Examples

Auto-Generated Example

Scriptname MyCoolScript extends DbSkseEvents

event OnActorFootStepGlobal(Actor akActor, string type)
    Debug.trace("Event received - OnActorFootStepGlobal: akActor = " + akActor + " type = " + type)
endEvent
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.