Craig Martin

(Official) LUA Scripting Documentation

hud_counter

Add a hud counter. A hud counter is a form of text progress counter.


Spec:

hud_counter(
	string name,
	bool is_player,
	string history,
	NLua.LuaTable pos,
	double scale,
	NLua.LuaTable color,
	string props)

Parameters


Valid values for props: “vertical”, “showlabel”, “label”, “shownumbers”, “numbers”, “rightjustify”, “right”, “absolute”, “abs”, “cctv”


Incomplete

This documentation is incomplete


back