Class CelebrationCore
The base of all MP_CELEBRATION* scaleforms.
Inheritance
CelebrationCore
Inherited Members
Namespace: LemonUI.Scaleform
Assembly: LemonUI.SHVDN3.dll
Syntax
public abstract class CelebrationCore : BaseScaleform, IScaleform, IDrawable, IProcessable, IDisposable
Constructors
View SourceCelebrationCore(string)
Initializes a new class with the core behavior of the Celebration scaleform.
Declaration
public CelebrationCore(string sc)
Parameters
| Type | Name | Description |
|---|---|---|
| string | sc | The scaleform to use. |
Methods
View SourceUpdate()
Updates the celebration scaleform.
Declaration
public override void Update()