PopUpManager
Link to popupmanager
This class was added by a mod with mod-id cinematic_transitions
. So you need to have this mod installed if you want to use this feature.
Diese Klasse importieren
Link to diese-klasse-importieren
It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import at the very top of the file.
ZenScript Copyimport mods.cinematic_transitions.PopUpManager;
Static Methods
Link to static-methods
Name: disableColorModifier
Return Type: void
ZenScript Copy// PopUpManager.disableColorModifier() as void
PopUpManager.disableColorModifier();
Name: disableScaleModifier
Return Type: void
ZenScript Copy// PopUpManager.disableScaleModifier() as void
PopUpManager.disableScaleModifier();
Name: disableTranslateModifier
Return Type: void
ZenScript Copy// PopUpManager.disableTranslateModifier() as void
PopUpManager.disableTranslateModifier();
Name: setColorModifier
Return Type: void
ZenScript CopyPopUpManager.setColorModifier(red as float, green as float, blue as float, alpha as float) as void
Parameter | Type | Beschreibung |
---|---|---|
Parameter red | Type float | Beschreibung No Description Provided |
Parameter green | Type float | Beschreibung No Description Provided |
Parameter blue | Type float | Beschreibung No Description Provided |
Parameter alpha | Type float | Beschreibung No Description Provided |
Name: setPopUpLength
Return Type: void
ZenScript CopyPopUpManager.setPopUpLength(length as float) as void
Parameter | Type | Beschreibung |
---|---|---|
Parameter length | Type float | Beschreibung No Description Provided |
Name: setPopUpWaitDuration
Return Type: void
ZenScript CopyPopUpManager.setPopUpWaitDuration(maxWait as int) as void
Parameter | Type | Beschreibung |
---|---|---|
Parameter maxWait | Type int | Beschreibung No Description Provided |
Name: setPostRenderModification
Return Type: void
ZenScript CopyPopUpManager.setPostRenderModification(modification as Runnable) as void
Parameter | Type | Beschreibung |
---|---|---|
Parameter modification | Type Runnable | Beschreibung No Description Provided |
Name: setPreRenderModification
Return Type: void
ZenScript CopyPopUpManager.setPreRenderModification(modification as Runnable) as void
Parameter | Type | Beschreibung |
---|---|---|
Parameter modification | Type Runnable | Beschreibung No Description Provided |
Name: setScaleModifier
Return Type: void
ZenScript CopyPopUpManager.setScaleModifier(x as float, y as float, z as float) as void
Parameter | Type | Beschreibung |
---|---|---|
Parameter x | Type float | Beschreibung No Description Provided |
Parameter y | Type float | Beschreibung No Description Provided |
Parameter z | Type float | Beschreibung No Description Provided |
Name: setTranslateModifier
Return Type: void
ZenScript CopyPopUpManager.setTranslateModifier(x as float, y as float, z as float) as void
Parameter | Type | Beschreibung |
---|---|---|
Parameter x | Type float | Beschreibung No Description Provided |
Parameter y | Type float | Beschreibung No Description Provided |
Parameter z | Type float | Beschreibung No Description Provided |