get_user_button
- Синтаксис
-
stock get_user_button(id) { return entity_get_int(id, EV_INT_button); }
Переменная | Описание |
---|---|
Нет агрументов |
- Описание
- Get the Button(s) user is pressing
stock get_user_button(id)
{
return entity_get_int(id, EV_INT_button);
}
Переменная | Описание |
---|---|
Нет агрументов |