Garry's Mod Wiki

ProtectedCall

  boolean ProtectedCall( function func )

Description

Runs a function without stopping the whole script on error.

This function is similar to pcall and xpcall except the errors are still printed and sent to the error handler (i.e. sent to server console if clientside and GM:OnLuaError called).

Arguments

1 function func
Function to run

Returns

1 boolean
Whether the function executed successfully or not