Garry's Mod Wiki

rawget

  any rawget( table table, any index )

Description

Gets the value with the specified key from the table without calling the __index method.

Arguments

1 table table
Table to get the value from.
2 any index
The index to get the value from.

Returns

1 any
The value.