Craig Martin

(Official) LUA Scripting Documentation

hud_bar

Add a hud bar. Hud bars are a form of progress bar.


Spec:

hud_bar(
	string name,
	bool is_player,
	string history,
	long max_value,
	NLua.LuaTable pos,
	NLua.LuaTable size,
	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