Namespace LemonUI::Scaleform
Namespace List > LemonUI > Scaleform
Classes
| Type | Name |
|---|---|
| class | BaseScaleform Represents a generic Scaleform object. |
| class | BigMessage A customizable big message. |
| class | BruteForce The BruteForce Hacking Minigame shown in multiple missions. |
| class | BruteForceFinishedEventArgs Event information after an the BruteForce hack has finished. |
| class | Celebration The foreground of the celebration scaleform. |
| class | CelebrationBackground The background of the celebration scaleform. |
| class | CelebrationCore The base of all MP_CELEBRATION* scaleforms. |
| class | CelebrationForeground The foreground of the celebration scaleform. |
| class | Countdown The Countdown scaleform in the GTA Online races. |
| interface | IScaleform Scaleforms are 2D Adobe Flash-like objects. |
| struct | InstructionalButton An individual instructional button. |
| class | InstructionalButtons Buttons shown on the bottom right of the screen. |
| class | LoadingScreen Loading screen like the transition between story mode and online. |
| class | PopUp A warning pop-up. |
Public Types
| Type | Name |
|---|---|
| enum | BruteForceBackground The Background of the BruteForce Hack Minigame. |
| enum | BruteForceStatus The status of the BruteForce Hack after finishing. |
| enum | CelebrationStyle The style of the Celebration scaleform. |
| enum | MessageType The type for a big message. |
Public Functions
| Type | Name |
|---|---|
| delegate void | BruteForceFinishedEventHandler (object sender, BruteForceFinishedEventArgs e) Represents the method that is called when the end user finishes the BruteForce hack. |
Public Types Documentation
enum BruteForceBackground
enum LemonUI::Scaleform::BruteForceBackground {
Black = 0,
Purple = 1,
Gray = 2,
LightBlue = 3,
Wallpaper1 = 4,
DarkFade = 5
};
enum BruteForceStatus
enum LemonUI::Scaleform::BruteForceStatus {
Completed = 0,
OutOfTime = 1,
OutOfLives = 2
};
enum CelebrationStyle
enum LemonUI::Scaleform::CelebrationStyle {
Clean = 0,
Prep = 1,
Heist = 2,
Race = 3
};
enum MessageType
enum LemonUI::Scaleform::MessageType {
Customizable = 0,
RankUp = 1,
MissionPassedOldGen = 2,
Wasted = 3,
Plane = 4,
CopsAndCrooks = 5,
Weapon = 6,
CenteredLarge = 7
};
Public Functions Documentation
function BruteForceFinishedEventHandler
Represents the method that is called when the end user finishes the BruteForce hack.
delegate void LemonUI::Scaleform::BruteForceFinishedEventHandler (
object sender,
BruteForceFinishedEventArgs e
)
Parameters:
senderThe source of the event.eAn BruteForceFinishedEventArgs with the hack status.
The documentation for this class was generated from the following file repos/LemonUI/LemonUI/Scaleform/BaseScaleform.cs