Skip to content
OliverF edited this page Feb 25, 2014 · 1 revision

Creates a new control.

Syntax

control RSAS.GUI.Control(string controlType, string controlID)

Returns

  1. control

Arguments

  1. string controlType
    The type of control
  2. string controlID
    Unique ID of this control

Example

local label = RSAS.GUI.Control("label", "myLabelID")

Clone this wiki locally