Hosting and domain costs until October 2024 have been generously sponsored by dumptruck_ds. Thank you!

Difference between revisions of "Objerror"

From Quake Wiki

(New page: void '''objerror''' (string ''text'') Prints an error message related to object '''self'''. An example of '''objerror''' being used is in doors.qc, where an objerror is called if it det...)
 
(No difference)

Latest revision as of 20:49, 23 February 2008

void objerror (string text)

Prints an error message related to object self.

An example of objerror being used is in doors.qc, where an objerror is called if it detects cross-linked doors. If it didn't call objerror, the function would cycle for infinity.

When called the game will crash.