HasNativeHookInitializationFailed
Query the status of the native hook system initialization.
Syntax
Susano.HasNativeHookInitializationFailed() -> booleanParameters
Return(s)
Behavior
Example(s)
if Susano.HasNativeHookInitializationFailed() then
print("[Susano] Native hooks unavailable; skipping registrations")
else
SusanoHookNative(0x6D0DE6A7B5DA71F8, function(player_id)
return false, "susano"
end)
endLast updated