Es.makepublic

From EventScripts Community Encyclopedia
This article is a stub. Please help by adding to it.



Method: makepublic

Module: es
Class: (no class)
EventScripts version: 2.0

Method Overview

Table of Contents

Contents


Description

Makes a cvar public so you can see it on HLSW or game-monitor (good for version numbers etc)

Arguments

  • variablename - the variable you would like to make public.


Examples

es.makepublic("my_mod_version_number")

Notes

  • There is not a command in EventScripts to make a variable non-public, ie., to reverse the effect of this command.


See Also

blog comments powered by Disqus