Home  Contents

v4kf:clearCallbacks

V4kf Core4 Lua Event System

SYNOPSIS

rdrhandle:clearCallbacks()

DESCRIPTION

The function v4kf:clearCallbacks() will set all callback handlers to nil. Using v4kf: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