LockStringTables
Locks or unlocks the network string tables.
native bool LockStringTables(bool lock)
Parameters
bool lock
Determines whether network string tables should be locked.
True means the tables should be locked for writing; false means unlocked.
Return Value
bool Previous lock state.