Garry's Mod Wiki

Revision Difference

Enums/BOX#516099

<cat>enum</cat> <enumeration> <description>Enumerations used by <page>render.SetModelLighting</page>.</description> <fields>{{EnumField|BOX_FRONT|0|Place the light from the front</fields>⤶ <fields>⤶ <item key="BOX_FRONT" value="0">Place the light from the front</item>⤶ <item key="BOX_BACK" value="1">Place the light behind</item>⤶ <item key="BOX_RIGHT" value="2">Place the light to the right</item>⤶ <item key="BOX_LEFT" value="3">Place the light to the left</item>⤶ <item key="BOX_TOP" value="4">Place the light to the top</item>⤶ <item key="BOX_BOTTOM" value="5">Place the light to the bottom</item>⤶ </fields>⤶ </enumeration> ⤶ ⤶ {{EnumField|BOX_BACK|1|Place the light behind}}⤶ {{EnumField|BOX_RIGHT|2|Place the light to the right}}⤶ {{EnumField|BOX_LEFT|3|Place the light to the left}}⤶ {{EnumField|BOX_TOP|4|Place the light to the top}}⤶ {{EnumField|BOX_BOTTOM|5|Place the light to the bottom}}⤶ }}