Garry's Mod Wiki

Revision Difference

Enums/DOCK#516093

<cat>enum</cat> <enumeration> <description> Enumerations used by <page>Panel:Dock</page>. <note>These enumerations doesn't have DOCK_ prefix, this is an exception from all other enumerations.</note> </description> <fields>{{EnumField|NODOCK|0|Don't dock</fields>⤶ <fields><item key="NODOCK" value="0">Don't dock</item><item key="FILL" value="1">Fill parent</item><item key="LEFT" value="2">Dock to the left</item><item key="RIGHT" value="3">Dock to the right</item><item key="TOP" value="4">Dock to the top</item><item key="BOTTOM" value="5">Dock to the bottom</item></fields>⤶ </enumeration> {{EnumField|FILL|1|Fill parent}}{{EnumField|LEFT|2|Dock to the left}}{{EnumField|RIGHT|3|Dock to the right}}{{EnumField|TOP|4|Dock to the top}}{{EnumField|BOTTOM|5|Dock to the bottom}}⤶ }}