get_pdata_int
- Синтаксис
-
native get_pdata_int(_index, _Offset, _linuxdiff = 5, _macdiff = 5);
Переменная | Описание |
---|---|
_index |
Entity index. |
_Offset |
Offset to search. |
_linuxdiff |
Linux difference. |
_macdiff |
Mac OS X difference. |
- Описание
- Returns a integer from an entity's private data. _linuxdiff value is what to add to the _Offset for linux servers. _macdiff value is what to add to the _Offset for os x servers. A log error is thrown on invalid _index and _Offset.
- Возвращает
- An integer value is returned.