IsHamValid
- Синтаксис
-
native bool:IsHamValid(Ham:function);
Переменная | Описание |
---|---|
function |
The function to look up. |
- Описание
- Returns whether or not the function for the specified Ham is valid. Things that would make it invalid would be bounds (an older module version may not have all of the functions), and the function not being found in the mod's hamdata.ini file.
- Возвращает
- true if the function is valid, false otherwise.