Garry's Mod Wiki

istable

  boolean istable( any variable )

Description

Returns if the passed object is a table.

Will return TRUE for variables of type Color

Arguments

1 any variable
The variable to perform the type check for.

Returns

1 boolean
True if the variable is a table.