Garry's Mod Wiki

TOOL:Holster

  TOOL:Holster()
This hook is predicted. This means that in singleplayer, it will not be called in the Client realm.

Description

Called when WEAPON:Holster of the toolgun is called, as well as serverside when switching between different toolguns.

Example

Clears any objects set by Tool:SetObject.

function TOOL:Holster() self:ClearObjects() end