Garry's Mod Wiki

Revision Difference

any#547754

<title>Any</title>⤶ ⤶ The <page>any</page> keyword is not a type, because it represents all types that are not <page>nil</page>.⤶ ⤶ In order to determine any, you can use the following code:⤶ ⤶ ```lua⤶ local isAny = type(x) ~= "nil"⤶ ```