- Found in:
- Vanilla
eventOnQuickContainerOpened()
Description
Documentation Comment
Received if the quick container opens
Examples
Auto-Generated Example
Scriptname MyCoolScript extends ReferenceAlias
event OnQuickContainerOpened()
Debug.trace("Event received - OnQuickContainerOpened")
endEvent