|
'Dynamic' GUI Control Manipulation
|
I've just started playing with GUI Controls more recently and was wondering if anybody could tell me how to reference Gui Controls that are created dynamically.
for example
new GuiControl("Name"@var) {
}
And..something along the lines of:
("Name"@var).method(); |
|