GetKeyHolders
luaexports.nolag_properties:GetKeyHolders(propertyId)
Parameters
- propertyId:
numberThe property ID
Return Value
The key holders of the specified property. The inner table maps lock IDs (as strings) to their access status (boolean). OR empty table if there are no keyholders
table<string, table<string, boolean>>