Show / Hide Table of Contents

Class CelebrationCore

The base of all MP_CELEBRATION* scaleforms.

Inheritance
object
BaseScaleform
CelebrationCore
Celebration
CelebrationBackground
CelebrationForeground
Implements
IScaleform
IDrawable
IProcessable
IDisposable
Inherited Members
BaseScaleform.scaleform
BaseScaleform.IsValueReady(int)
BaseScaleform.GetValue<T>(int)
BaseScaleform.CallFunction(string, params object[])
BaseScaleform.CallFunction<T>(string, params object[])
BaseScaleform.CallFunctionReturn(string, params object[])
BaseScaleform.DrawFullScreen()
BaseScaleform.Draw()
BaseScaleform.Process()
BaseScaleform.Dispose()
BaseScaleform.Handle
BaseScaleform.Name
BaseScaleform.Visible
BaseScaleform.IsLoaded
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: LemonUI.Scaleform
Assembly: LemonUI.SHVDN3.dll
Syntax
public abstract class CelebrationCore : BaseScaleform, IScaleform, IDrawable, IProcessable, IDisposable

Constructors

View Source

CelebrationCore(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 Source

Update()

Updates the celebration scaleform.

Declaration
public override void Update()
Overrides
BaseScaleform.Update()

Implements

IScaleform
IDrawable
IProcessable
IDisposable
  • View Source
In this article
Back to top Generated by DocFX