Signals to an LSL script that an interrupt has been requested. The script should ensure it is safe to suspend, then respond with BIOS_SCI_INTERRUPT_ALLOW.
Trigger: Sent after the SCI has received a valid BIOS_SCI_INTERRUPT_REQUEST.
Target: LINK_SET.
link_message(integer sender_num, integer [ident]
, string "BIOS_SCI_INTERRUPTED", key [script_name]
)
• integer | [ident] |
• key | [script_name] |
Parameter | Description |
---|---|
[ident] |
Integer. Will be the [ident] that was sent with BIOS_SCI_INTERRUPT_REQUEST. |
[script_name] |
String. Will be the name of the LSL script that the SCI is attempting to interrupt. Software that receives this system call should first validate this parameter against llGetScriptName, because it may be intended for another script. |