Garry's Mod Wiki

saverestore.WritableKeysInTable

  number saverestore.WritableKeysInTable( table table )

Description

Returns how many writable keys are in the given table.

Arguments

1 table table
The table to test.

Returns

1 number
The number of keys that can be written with saverestore.WriteTable.