Show / Hide Table of Contents

Class Countdown

The Countdown scaleform in the GTA Online races.

Inheritance
object
BaseScaleform
Countdown
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.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 class Countdown : BaseScaleform, IScaleform, IDrawable, IProcessable, IDisposable

Constructors

View Source

Countdown()

Creates a new countdown scaleform.

Declaration
public Countdown()

Fields

View Source

DefaultCountSound

The default sound played when the countdown

Declaration
public static Sound DefaultCountSound
Field Value
Type Description
Sound
View Source

DefaultGoSound

The default sound when th

Declaration
public static Sound DefaultGoSound
Field Value
Type Description
Sound

Properties

View Source

ColorGo

The color used for the GO at the end.

Declaration
public Color ColorGo { get; set; }
Property Value
Type Description
Color
View Source

ColorNumbers

The color used for the numbers.

Declaration
public Color ColorNumbers { get; set; }
Property Value
Type Description
Color
View Source

CountSound

The sound played when counting down.

Declaration
public Sound CountSound { get; set; }
Property Value
Type Description
Sound
View Source

Current

The current count.

Declaration
public int Current { get; }
Property Value
Type Description
int
View Source

Duration

The duration of the countdown.

Declaration
public int Duration { get; set; }
Property Value
Type Description
int
View Source

GoSound

The sound played when the countdown has finished.

Declaration
public Sound GoSound { get; set; }
Property Value
Type Description
Sound

Methods

View Source

Process()

Draws the scaleform full screen.

Declaration
public override void Process()
Overrides
BaseScaleform.Process()
View Source

Start()

Starts the countdown.

Declaration
public void Start()
View Source

Update()

Updates the parameters of the Scaleform.

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

Events

View Source

Finished

Event triggered when the countdown has finished.

Declaration
public event EventHandler Finished
Event Type
Type Description
EventHandler
View Source

Started

Event triggered when the countdown starts.

Declaration
public event EventHandler Started
Event Type
Type Description
EventHandler

Implements

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