Craig Martin

(Official) LUA Scripting Documentation

hud_shape

Add a hud shape.


Spec:

hud_shape(
	string name,
	bool is_player,
	string shape,
	long item_id,
	NLua.LuaTable pos,
	NLua.LuaTable size,
	long border,
	NLua.LuaTable color,
	NLua.LuaTable borderColor,
	string props)

Parameters


Valid values for shape: “rect”

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


Incomplete

This documentation is incomplete


back