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.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.