llRaiseError

From Second Life Wiki
Revision as of 23:31, 1 March 2007 by Cron Stardust (talk | contribs)
Jump to navigation Jump to search
Emblem-important-yellow.png LSL Feature Request
The described function does not exist. This article is a feature request.

Summary

Function: llRaiseError( string errText );
REQUEST Function ID
0.0 Forced Delay
10.0 Energy

Causes the script to raise a run-time error.

• string errText

Examples

if (errState > 0) {
  llRaiseError("Internal Error: Something went wrong.");
}

Notes

This would allow script writers to log errors to an interface designed for handling errors. This would be superior to sending across the more general purpose llOwnerSay because errors are not lost over time and don't incur a time delay unlike llInstantMessage.

Deep Notes

Search JIRA for related Issues

Signature

//function void llRaiseError( string errText );