Skip to content

Instantly share code, notes, and snippets.

@T-Maxxx
T-Maxxx / gist:886cc302b8db241b1cc4855c4336fc49
Created August 26, 2020 19:37
IW3 engine UI script "commands" complete list
fadeout(<item name>)
show(<item name>)
hide(<item name>)
showMenu(<menu name>)
hideMenu(<menu name>)
setcolor(<type>, <r>, <g>, <b>, <a>), where <type> from {backcolor, forecolor, bordercolor}, <{r, g, b, a}> is float from 0.0 to 1.0 where 0.0 is 0 and 1.0 is 255.
open(<menu name>)
close(<menu name>)
ingameopen(<menu name>)
ingameclose(<menu name>)
@T-Maxxx
T-Maxxx / gist:50cfdfa5a6eeefbd6ca7e434d1c80b71
Last active April 23, 2023 04:18
IW3 engine UI script "operands" complete list
NOOP
)
*
/
%
+
-
!
<
<=