Garry's Mod Wiki

gameevent

Methods

gameevent.Listen( string eventName )
Adds a game event listener, creating a new hook using the hook library, which can be listened to via hook.Add with the given eventName as event. Note: All gameevents are called in the Menu State, but if you want to use them you need to use some DLL(like this one) or you need to create your own.