The name "instance" does not exist in the current context

zenfreak

Client
Регистрация
21.08.2013
Сообщения
249
Благодарностей
11
Баллы
18
I'm trying to create a custom function and I'm getting The name "instance" does not exist in the current context when I try to use instance.ActiveTab.MouseMove. How can I use the instance from ActionGroup1 without defining a new one?

 

enrc66

Client
Регистрация
12.10.2013
Сообщения
89
Благодарностей
8
Баллы
8
add an argument:
public static void myCustomFuction(Instance instance ,int var1,int var2)
{
..........
}
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)