Skip to content

Class LemonUI::Scaleform::PopUp

ClassList > LemonUI > Scaleform > PopUp

A warning pop-up.

Inherits the following classes: LemonUI::Scaleform::BaseScaleform

Public Properties

Type Name
property string?? Error
The error message to show.
property string?? Prompt
The prompt of the Pop-up.
property bool ShowBackground
If the black background should be shown.
property string?? Subtitle
The subtitle of the Pop-up.
property string?? Title
The title of the Pop-up.

Public Properties inherited from LemonUI::Scaleform::BaseScaleform

See LemonUI::Scaleform::BaseScaleform

Type Name
property int Handle
The ID or Handle of the Scaleform .
property bool IsLoaded
If the Scaleform is loaded or not.
property string Name
The Name of the Scaleform .
property bool Visible
If the Scaleform should be visible or not.

Public Properties inherited from LemonUI::IProcessable

See LemonUI::IProcessable

Type Name
property bool Visible
If this processable item is visible on the screen.

Public Functions

Type Name
PopUp ()
Creates a new Pop-up instance.
virtual override void Update ()
Updates the texts of the Pop-up.

Public Functions inherited from LemonUI::Scaleform::BaseScaleform

See LemonUI::Scaleform::BaseScaleform

Type Name
BaseScaleform (string sc)
Creates a new Scaleform class with the specifiedScaleform object name.
void CallFunction (string function, params object[] parameters)
Calls a Scaleform function.
int CallFunctionReturn (string function, params object[] parameters)
Calls a Scaleform function with a return value.
void Dispose ()
Marks the scaleform as no longer needed.
virtual void Draw ()
Draws the scaleform full screen.
virtual void DrawFullScreen ()
Draws the scaleform full screen.
T GetValue< T > (int id)
Gets a specific value.
bool IsValueReady (int id)
Checks if the specified Scaleform Return Value is ready to be fetched.
virtual void Process ()
Draws the scaleform full screen.
virtual abstract void Update () = 0
Updates the parameters of the Scaleform .

Public Functions inherited from LemonUI::Scaleform::IScaleform

See LemonUI::Scaleform::IScaleform

Type Name
void DrawFullScreen ()
Draws the Scaleform in full screen.

Public Functions inherited from LemonUI::IDrawable

See LemonUI::IDrawable

Type Name
void Draw ()
Draws the item on the screen.

Public Functions inherited from LemonUI::IProcessable

See LemonUI::IProcessable

Type Name
void Process ()
Processes the object.

Public Properties Documentation

property Error

string?? LemonUI.Scaleform.PopUp.Error;

property Prompt

string?? LemonUI.Scaleform.PopUp.Prompt;

property ShowBackground

bool LemonUI.Scaleform.PopUp.ShowBackground;

property Subtitle

string?? LemonUI.Scaleform.PopUp.Subtitle;

property Title

string?? LemonUI.Scaleform.PopUp.Title;

Public Functions Documentation

function PopUp

inline LemonUI::Scaleform::PopUp::PopUp () 

function Update

inline virtual override void LemonUI::Scaleform::PopUp::Update () 

Implements LemonUI::Scaleform::BaseScaleform::Update


The documentation for this class was generated from the following file repos/LemonUI/LemonUI/Scaleform/PopUp.cs