(One intermediate revision by one other user not shown)
Line 2:
Line 2:
<translate>
<translate>
<!--T:1-->
<!--T:1-->
{{stub}}
{{Infobox Component
{{Infobox Component
|Image=ModalOverlayManagerComponent.png
|Image=ModalOverlayManagerComponent.png
Line 9:
Line 8:
<!--T:2-->
<!--T:2-->
== Intoduction ==
The '''ModalOverlayManager''' component allows for the creation of [[Component:ModalOverlay|ModalOverlay]] [[Slot|slots]]. Using the <code>Template</code> field to create Modal Overlays duplicates.
|Constructor|{{RootFieldType|SyncDelegate`1|[[Type:ModalOverlayConstructor|ModalOverlayConstructor]]}}|TypeAdv1=true|The constructor to make the ModalOverlay.
|ModalOverlayRequested|{{RootFieldType|SyncDelegate`1|[[Type:Action`1|Action`1]]<[[Component:ModalOverlayManager|ModalOverlayManager]]>}}|TypeAdv2=true|The action of the ModalOverlayManager.
|ModalOverlayGenerated|{{RootFieldType|SyncDelegate`1|[[Type:Action`2|Action`2]]<[[Component:ModalOverlayManager|ModalOverlayManager]], [[Component:ModalOverlay|ModalOverlay]]>}}|TypeAdv3=true|The action of the ModalOverlayManager.
|SpawnRoot|Slot|
|SpawnRoot|Slot|The slot hierarchy to spawn this modal overlay on.