Difference between revisions of "Container Flags"

From The Final Challenge Wiki
Jump to navigation Jump to search
m (added return reference)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
CLOSEABLE 1
For use in an object record as a container's "Value 1" entry as indicated in the [[Object Type Specifications]].
 
PICKPROOF 2
 
CLOSED 4
 
LOCKED 8
 


{|class="wikitable sortable"
!Flag
!Value
|-
|CLOSEABLE
|1
|-
|PICKPROOF
|2
|-
|CLOSED
|4
|-
|LOCKED
|8
|}
[[Category:Area Development]]
[[Category:Area Development]]

Latest revision as of 17:11, 16 April 2016

For use in an object record as a container's "Value 1" entry as indicated in the Object Type Specifications.

Flag Value
CLOSEABLE 1
PICKPROOF 2
CLOSED 4
LOCKED 8