Revision Difference
GM:OnLuaError#561064
<function name="OnLuaError" parent="GM" type="hook">
	<description>
Called when a Lua error occurs.
<note>On the <page text="server realm">States</page>, this hook will only account for server-side errors, not client-side ones.</note>
	</description>
	<realm>Shared and Menu</realm>
	<file line="">lua/menu/errors.lua</file>
	<args>
		<arg name="error" type="string">The error that occurred.</arg>
		<arg name="realm" type="number">Where the Lua error took place</arg>⤶
		<arg name="realm" type="string">Where the Lua error took place, "client", or "server"</arg> <!-- needs "menu" possibly, not tested -->⤶
		<arg name="stack" type="table">The Lua error stack trace</arg>
		<arg name="name" type="string">Title of the addon that is creating the Lua errors.</arg>
		<arg name="id" type="number">Steam Workshop ID of the addon creating Lua errors, if it is an addon.</arg>
	</args>
</function>
 Garry's Mod
			Garry's Mod 
		 Rust
			Rust 
		 Steamworks
			Steamworks 
		 Wiki Help
			Wiki Help