Background for Skyrim SE
Member of the DbSkseEvents script
eventOnBeginDrawGlobal(ActorakActor, FormSource, intslot)

Description

Documentation Comment

for draw / sheathe events, they are always sent for the right hand.
Left hand events are only sent if there's something in the left hand, i.e spell / weapon / shield ect.


Parameters

  1. ActorakActor

  2. FormSource

  3. intslot


Examples

Auto-Generated Example

Scriptname MyCoolScript extends DbSkseEvents

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