ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


new:error

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
new:error [2018/02/17 21:47] – created korshunnew:error [2018/02/17 21:49] korshun
Line 3: Line 3:
 If you call some ACSUtils function incorrectly, it will trigger an **ACSUtils error**. If you call some ACSUtils function incorrectly, it will trigger an **ACSUtils error**.
  
-ACSUtils errors instantly display an error message. All error messages begin with "ACSUtils error:". The error message is displayed differently based on whether the error occured in singleplayer, clientside or serverside:+ACSUtils errors instantly display an error message. All error messages begin with current game time in tics ([[zdoom>Timer]]) and "ACSUtils error:". The error message is displayed differently based on whether the error occured in singleplayer, clientside or serverside:
  
   * In singleplayer, the error is printed using [[zdoom>PrintBold]].   * In singleplayer, the error is printed using [[zdoom>PrintBold]].
Line 16: Line 16:
   * Calling a clientside-only function serverside (for example, ''IsOpenGL()'')   * Calling a clientside-only function serverside (for example, ''IsOpenGL()'')
   * Calling a serverside-only function clientside   * Calling a serverside-only function clientside
 +  * Storing too many entries in fixed-size ACSUtils arrays (for example, ''HudPushState()''). These static limits can be increased by editing ''acsutils.acs''.
new/error.txt · Last modified: 2018/02/19 12:31 by korshun