global_get
- Синтаксис
-
native global_get(_value, any:...);
Переменная | Описание |
---|---|
Нет агрументов |
- Описание
- Returns any global variable inside globalvars_t structure. Use the glb_* enum. When returning data from glb_pStringBase (the global string table), you may give a pointer into that table in order to get different strings. Example: new model[128] new ptr = pev(id, pev_viewmodel) global_get(glb_pStringBase, ptr, model, 127)