Garry's Mod Wiki

Revision Difference

Global.istable#529661

<function name="istable" parent="Global" type="libraryfunc"> <description>Returns if the passed object is a <page>table</page>.</description>⤶ <description>Returns if the passed object is a <page>table</page>. <note>Will return TRUE for variables of type <page>Color</page></note>⤶ </description>⤶ <realm>Shared and Menu</realm> <args> <arg name="variable" type="any">The variable to perform the type check for.</arg> </args> <rets> <ret name="" type="boolean">True if the variable is a <page>table</page>.</ret> </rets> </function>