native

IsHamValid

Syntax

native bool:IsHamValid(Ham:function);

Description

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.

Parameters

function The function to look up.

Return

true if the function is valid, false otherwise.