GetDvar( <dvar> )


Module: Dvars

Summary:

Gets the value of a dvar, as a string.



Example:

if( GetDvar( "debug_skipintro" ) == "on" ) ...



Required Args:

  • 1 : <dvar> The dvar name.