Quote:
|
Originally Posted by Pawn Language Guide
A global variable may be declared as “stock”. A stock declaration is one
that the parser may remove or ignore if the variable turns out not to be used
in the program.
|
As for CreateConVarLinked, in that case this function should return a handle to the convar, otherwise there would be no easy way to set it's value. Only FindConVar.
__________________