- Found in:
- Dylbills PE
eventOnActorFootStepGlobal(ActorakActor, stringtype)
Description
Documentation Comment
type can be "FootLeft", "FootRight", "FootSprintLeft", "FootSprintRight", "JumpUp", "JumpDown" ect.
Parameters
ActorakActor
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