Home  Contents

spfinger:clearCallbacks

Finger Core4 Lua Event System

SYNOPSIS

fgrhandle:clearCallbacks()

DESCRIPTION

The function spfinger:clearCallbacks() will set all callback handlers to nil. Using spfinger:clearCallbacks() instead of just assigning nil makes sure that all callbacks are cleared, even if future releases of the software support more callbacks than documented here.

SEE ALSO