Skip to content

Struct LemonUI::Scaleform::InstructionalButton

ClassList > LemonUI > Scaleform > InstructionalButton

An individual instructional button.

Public Properties

Type Name
property Control Control
The Control used by this button.
property string?? Description
The description of this button.
property string?? Raw
The Raw Control sent to the Scaleform .

Public Functions

Type Name
InstructionalButton (string description, Control control)
Creates an instructional button for a Control.
InstructionalButton (string description, string raw)
Creates an instructional button for a raw control.

Public Properties Documentation

property Control

Control LemonUI.Scaleform.InstructionalButton.Control;

property Description

string?? LemonUI.Scaleform.InstructionalButton.Description;

property Raw

string?? LemonUI.Scaleform.InstructionalButton.Raw;

Public Functions Documentation

function InstructionalButton [1/2]

Creates an instructional button for a Control.

inline LemonUI::Scaleform::InstructionalButton::InstructionalButton (
    string description,
    Control control
) 

Parameters:

  • description The text for the description.
  • control The control to use.

function InstructionalButton [2/2]

Creates an instructional button for a raw control.

inline LemonUI::Scaleform::InstructionalButton::InstructionalButton (
    string description,
    string raw
) 

Parameters:

  • description The text for the description.
  • raw The raw value of the control.

The documentation for this class was generated from the following file repos/LemonUI/LemonUI/Scaleform/InstructionalButton.cs