Class LemonUI::Scaleform::CelebrationCore
ClassList > LemonUI > Scaleform > CelebrationCore
The base of all MP_CELEBRATION* scaleforms.
Inherits the following classes: LemonUI::Scaleform::BaseScaleform
Inherited by the following classes: LemonUI::Scaleform::Celebration, LemonUI::Scaleform::CelebrationBackground, LemonUI::Scaleform::CelebrationForeground
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
| Type | Name |
|---|---|
| property bool | Visible If this processable item is visible on the screen. |
Public Functions
| Type | Name |
|---|---|
| CelebrationCore (string sc) Initializes a new class with the core behavior of the Celebration scaleform. |
|
| virtual override void | Update () Updates the celebration scaleform. |
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
| Type | Name |
|---|---|
| void | Draw () Draws the item on the screen. |
Public Functions inherited from LemonUI::IProcessable
| Type | Name |
|---|---|
| void | Process () Processes the object. |
Public Functions Documentation
function CelebrationCore
Initializes a new class with the core behavior of the Celebration scaleform.
inline LemonUI::Scaleform::CelebrationCore::CelebrationCore (
string sc
)
Parameters:
scThe scaleform to use.
function Update
inline virtual override void LemonUI::Scaleform::CelebrationCore::Update ()
Implements LemonUI::Scaleform::BaseScaleform::Update
The documentation for this class was generated from the following file repos/LemonUI/LemonUI/Scaleform/CelebrationCore.cs