mirror of
https://github.com/mapbase-source/source-fgds.git
synced 2024-12-28 08:45:27 +03:00
Added mute keyvalue to vgui_movie_display
This commit is contained in:
parent
1ee3f55d40
commit
dfd17887e3
6
base.fgd
6
base.fgd
@ -1762,6 +1762,12 @@
|
|||||||
1 : "Yes"
|
1 : "Yes"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
muted(choices) : "Mute Movie" : 1 =
|
||||||
|
[
|
||||||
|
0 : "No"
|
||||||
|
1 : "Yes"
|
||||||
|
]
|
||||||
|
|
||||||
width(integer) : "Panel width" : 256 : "Width of the panel in units."
|
width(integer) : "Panel width" : 256 : "Width of the panel in units."
|
||||||
height(integer) : "Panel height" : 128 : "Height of the panel in units."
|
height(integer) : "Panel height" : 128 : "Height of the panel in units."
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user