![]() |
Disabling Script Errors on RC
Ok, in a system I'm currently working on, I need a to call a function whether or not it is actually defined in the object. Now then, using trigger() or scheduleevent() does not suit my needs because both of those don't interrupt the current function which is not what I want so I simply have to call it the normal way. Is there any way to disable the RC messages for this?
|
A lot of the time you can probably do:
PHP Code:
|
Quote:
|
Quote:
|
Its still too troublesome, I do not like doing it when simply calling the function would normally would be much easier.
|
You can set this.scriptlogmissingfunctions = false; then calling a missing function of another object will not print messages on the RC
|
This is exactly what I needed, much thanks.
|
| All times are GMT +2. The time now is 04:51 AM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.