LuaSkinDelegate
IntroductionDelegate method for passing control back to the parent environment for environment specific handling. Currently only offers support for passing log messages back to the parent environment for display or processing. Methods
handleCatastrophe:LuaSkin has been unable to perform a vital operation, the delegate should make the attached message visible to the user and then exit - (void)handleCatastrophe:(NSString *)message; ParameterslogForLuaSkinAtLevel:withMessage:Pass log level and message back to parent for handling and/or display @optional ParametersDiscussionIf no delegate has been assigned, the message is logged to the system logs via NSLog. logKnownBug:Log a known, but avoided issue via the log delegate, primarily to ensure it can be recorded in a crash reporting service @optional ParametersDiscussionIf no delegate has been assigned, the message is logged to the system logs via NSLog. |