Garry's Mod Wiki

hltv_title

Description

Called when the SourceTV client is spawned

Members

string text
The SourceTV Name.

Examples

Example

This is a basic template with the purpose of including all arguments / table variables to make it easily known which values can be accessed.

gameevent.Listen( "hltv_title" ) hook.Add( "hltv_title", "hltv_title_example", function( data ) local text = data.text -- The SourceTV -- Called when the SourceTV client is spawned end )