HolyLib Wiki

isblocked

  boolean debug.isblocked( function func )

Description

Checks if the function is set to be inaccessable by any debug function.

Recently Added

This was recently added in version (0.8 - DEV).

Arguments

1function func
The function to check

Returns

1boolean blocked
Returns true if the function is set to block any debug access.