Garry's Mod Wiki

rawset

  rawset( table table, any index, any value )

Description

Sets the value with the specified key from the table without calling the __newindex method.

Arguments

1 table table
Table to get the value from.
2 any index
The index to get the value from.
3 any value
The value to set for the specified key.