UI:PushScreen
UI:PushScreen(screen: DataContainer, priority: UIGraphPriority, parentGraph: DataContainer, stateNodeGuid: Guid | nil): bool
Parameters
| Name | Type | Description |
|---|---|---|
| screen | DataContainer | |
| priority | UIGraphPriority | |
| parentGraph | DataContainer | |
| stateNodeGuid | Guid | nil |
Returns
| Type | Description |
|---|---|
| bool |
Example
Hooks:Install('UI:PushScreen', 1, function(hook, screen, priority, parentGraph, stateNodeGuid)
-- Do stuff here.
end)
Last modified November 21, 2020: Add changelog for build 17316 and VEXT 1.0.2 (83253b5f)