Add the ScriptTriggers trait to the world actors

This commit is contained in:
abcdefg30
2019-03-11 19:09:28 +01:00
committed by reaperrr
parent 2db2148310
commit 59a438b80e
4 changed files with 4 additions and 0 deletions

View File

@@ -258,6 +258,7 @@ World:
RadarPings: RadarPings:
LoadWidgetAtGameStart: LoadWidgetAtGameStart:
ShellmapRoot: MENU_BACKGROUND ShellmapRoot: MENU_BACKGROUND
ScriptTriggers:
EditorWorld: EditorWorld:
Inherits: ^BaseWorld Inherits: ^BaseWorld

View File

@@ -232,6 +232,7 @@ World:
ExitDelay: 0 ExitDelay: 0
PanelName: SKIRMISH_STATS PanelName: SKIRMISH_STATS
LoadWidgetAtGameStart: LoadWidgetAtGameStart:
ScriptTriggers:
EditorWorld: EditorWorld:
Inherits: ^BaseWorld Inherits: ^BaseWorld

View File

@@ -264,6 +264,7 @@ World:
ObjectivesPanel: ObjectivesPanel:
PanelName: SKIRMISH_STATS PanelName: SKIRMISH_STATS
LoadWidgetAtGameStart: LoadWidgetAtGameStart:
ScriptTriggers:
EditorWorld: EditorWorld:
Inherits: ^BaseWorld Inherits: ^BaseWorld

View File

@@ -368,6 +368,7 @@ World:
PanelName: SKIRMISH_STATS PanelName: SKIRMISH_STATS
LoadWidgetAtGameStart: LoadWidgetAtGameStart:
ShellmapRoot: MAINMENU_PRERELEASE_NOTIFICATION ShellmapRoot: MAINMENU_PRERELEASE_NOTIFICATION
ScriptTriggers:
EditorWorld: EditorWorld:
Inherits: ^BaseWorld Inherits: ^BaseWorld