Garry's Mod Wiki

Revision Difference

nil#510681

nil is Lua's representation of empty data. Unset variables and non-existent table keys will be nil. This will be treated as false in if-statement contexts, but is not equal to false.