Garry's Mod Wiki

Revision Difference

Global.Error#520242

<function name="Error" parent="Global" type="libraryfunc"> <description> Throws an error. This is currently an alias of <page>Global.ErrorNoHalt</page> despite it once throwing a halting error like <page>Global.error</page> without the stack trace appended. Throws an error. This is currently an alias of <page>Global.ErrorNoHalt</page> despite it once throwing a halting error like <page>Global.error(lowercase)</page> without the stack trace appended. <bug issue="1810">Using this function in the menu state exits the menu.</bug> <bug issue="2113">This function throws a non-halting error instead of a halting error.</bug> </description> <realm>Shared and Menu</realm> <args> <arg name="arguments" type="vararg">Converts all arguments to strings and prints them with no spacing or line breaks.</arg> </args> </function>