Report post

Are you sure you want to report the post shown below? This will send an email to the ATVO administrators. Please include a short reason for reporting.

Users reporting for no reason may be locked out.


Post

Posted by Nick Thissen
on
For future reference: leaving these errors in your script is bad. We make sure an error in a script does not crash ATVO so we catch these errors when they happen. However, this is very costly in terms of performance especially if it keeps happening 30 times per second.

Adding this "value == null" check is extremely fast and does not cause any performance hit, so try to add these checks as much as possible.