Garry's Mod Wiki

Revision Difference

Enums/NavCorner#515018

<cat>enum</cat> <enumeration> <description> Enumerations used by <page>CNavArea</page> methods. These Enums correspond to each corner of a <page>CNavArea</page> <note>These enumerations do not exist in game and are listed here only for reference!</note> </description> <fields>{{EnumField|NORTH_WEST|0|North West Corner</fields> </enumeration> {{EnumField|NORTH_EAST|1|North East Corner}}{{EnumField|SOUTH_EAST|2|South East Corner}}{{EnumField|SOUTH_WEST|3|South West Corner}}{{EnumField|NUM_CORNERS|4|Represents all corners, only applicable to certain functions, such as <page>CNavArea:PlaceOnGround</page>.}} }}