llListenControl
function ll.ListenControl(ChannelHandle: number, Active: number)Makes a listen event callback active or inactive. Pass in the value returned from llListen to the iChannelHandle parameter to specify which listener you are controlling.
Use boolean values to specify Active
Parameters
-
ChannelHandle(number) -
Active(number)
Examples
Section titled “Examples”Add example usage here showing SLua/Luau syntax with ll.ListenControl().
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: llListenControl