Skip to content

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)

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.