Landaccesslist
From OpenSimulator
(Difference between revisions)
m (Removed 'Template:' prefix from template includings and/or changed external-link into internal-link) |
|||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | {{ | + | {{Quicklinks}} |
<br /> | <br /> | ||
Revision as of 15:02, 10 June 2011
Landaccesslist Controls access to land parcels (back to Database Documentation)
The current structure of the landaccesslist table is as follows:
Field | Type | Null | Key | Default | Extra |
LandUUID | varchar(255) | YES | |||
AccessUUID | varchar(255) | YES | |||
Flags | int(11) | YES |
(back to Database Documentation)
LandUUID
The UUID of the land parcel.
AccessUUID
The UUID of the user affected by this access.
flags
Flags defining the level of access to be granted or refused.
Flags include:
1 - Allow
2 - Ban
(back to Database Documentation)