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

Objerror

From Quake Wiki

Revision as of 20:49, 23 February 2008 by 129.13.186.4 (talk) (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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.