Advertisement
BlueWall

Region Flags

Jan 18th, 2013
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. DefaultRegion = 1, // Used for new Rez. Random if multiple defined
  2. FallbackRegion = 2, // Regions we redirect to when the destination is down
  3. RegionOnline = 4, // Set when a region comes online, unset when it unregisters and DeleteOnUnregister is false
  4. NoDirectLogin = 8, // Region unavailable for direct logins (by name)
  5. Persistent = 16, // Don't remove on unregister
  6. LockedOut = 32, // Don't allow registration
  7. NoMove = 64, // Don't allow moving this region
  8. Reservation = 128, // This is an inactive reservation
  9. Authenticate = 256, // Require authentication
  10. Hyperlink = 512 // Record represents a HG link
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement