- Found in:
- Dylbills PE
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
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