Home  Contents

mtd16io:clearCallbacks

Mtd16io Core4 Lua Event System

SYNOPSIS

msghandle:clearCallbacks()

DESCRIPTION

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