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)
Examples
Section titled “Examples”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.
See Also
Section titled “See Also”- Related functions can be linked here
- LSL equivalent: llListenRemove