Garry's Mod Wiki

Garry's Mod Wiki

  SANDBOX:SpawnlistContentChanged()

Description

Called when changes were made to the spawnmenu like creating a new category.

Example

Plays a sound every time it's called.

hook.Add("SpawnlistContentChanged", "Example", function() surface.PlaySound( "ambient/water/drip" .. math.random( 1, 4 ) .. ".wav" ) end)

This site is a community mirror of the official Garry's Mod wiki.. This site is not maintained by Facepunch Studios.

Page content is automatically updated four times a day. Edits and history are not available.

Last Parsed: Loading...