Skip to content

llListenRemove

function ll.ListenRemove(ChannelHandle: number)

Removes a listen event callback. Pass in the value returned from llListen to the iChannelHandle parameter to specify which listener to remove.

Parameters
ChannelHandle (number)

Add example usage here showing SLua/Luau syntax with ll.ListenRemove().

Add additional notes, caveats, or tips specific to using this function in SLua/Luau.