Empeld
Empeld plugin documentation.
Main Page
+
Packages
Packages
+
Package Functions
+
All
a
b
c
e
f
g
i
l
m
o
p
r
s
t
u
v
w
Functions
Variables
+
Enumerations
a
b
c
e
f
i
m
o
p
r
s
t
u
w
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
+
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Enumerations
+
Properties
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Events
+
Files
File List
+
File Members
+
All
c
d
e
f
g
l
m
o
p
r
s
t
v
x
y
+
Functions
c
d
e
f
g
l
m
o
p
r
t
Variables
Typedefs
▼
Empeld
Documentation
►
Packages
▼
Classes
▼
Class List
►
essentials
►
pluginbase
►
Game
Class Index
►
Class Hierarchy
►
Class Members
►
Files
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Events
Pages
Static Public Member Functions
|
List of all members
pluginbase.Objects.UI2.UI2Extensions Class Reference
Static Public Member Functions
static
IUI2Control
AddControl
(this
IUI2Screen
screen, string filename)
Load and immediately add a control to the screen
More...
Member Function Documentation
◆
AddControl()
static
IUI2Control
pluginbase.Objects.UI2.UI2Extensions.AddControl
(
this
IUI2Screen
screen
,
string
filename
)
static
Load and immediately add a control to the screen
Returns
The control.
Parameters
screen
Screen.
filename
Filename.
13
{
14
var control = screen.LoadControl(filename);
15
screen.AddControl(control);
16
return
control;
17
}
The documentation for this class was generated from the following file:
pluginbase/Objects/UI2/
UI2Extensions.cs
pluginbase
Objects
UI2
UI2Extensions
Generated on Wed Jul 28 2021 22:20:29 for Empeld by
1.8.13