|
OpenSim
|
Public Types | |
| enum | EstateAccessCodex : uint { EstateAccessCodex.AccessOptions = 1, EstateAccessCodex.AllowedGroups = 2, EstateAccessCodex.EstateBans = 4, EstateAccessCodex.EstateManagers = 8 } |
| enum | TeleportFlags : uint { TeleportFlags.Default = 0, TeleportFlags.SetHomeToTarget = 1 << 0, TeleportFlags.SetLastToTarget = 1 << 1, TeleportFlags.ViaLure = 1 << 2, TeleportFlags.ViaLandmark = 1 << 3, TeleportFlags.ViaLocation = 1 << 4, TeleportFlags.ViaHome = 1 << 5, TeleportFlags.ViaTelehub = 1 << 6, TeleportFlags.ViaLogin = 1 << 7, TeleportFlags.ViaGodlikeLure = 1 << 8, TeleportFlags.Godlike = 1 << 9, TeleportFlags.NineOneOne = 1 << 10, TeleportFlags.DisableCancel = 1 << 11, TeleportFlags.ViaRegionID = 1 << 12, TeleportFlags.IsFlying = 1 << 13, TeleportFlags.ResetHome = 1 << 14, TeleportFlags.ForceRedirect = 1 << 15, TeleportFlags.FinishedViaLure = 1 << 26, TeleportFlags.FinishedViaNewSim = 1 << 28, TeleportFlags.FinishedViaSameSim = 1 << 29, TeleportFlags.ViaHGLogin = 1 << 30 } |
Public Attributes | |
| const uint | RegionSize = 256 |
| const uint | RegionHeight = 4096 |
| const uint | MaximumRegionSize = 8192 |
| const int | MinRegionSize = 16 |
| const int | TerrainPatchSize = 16 |
| const string | DefaultTexture = "89556747-24cb-43ed-920b-47caed15465f" |
Definition at line 31 of file Constants.cs.
| enum OpenSim.Framework.Constants.EstateAccessCodex : uint |
| Enumerator | |
|---|---|
| AccessOptions | |
| AllowedGroups | |
| EstateBans | |
| EstateManagers | |
Definition at line 47 of file Constants.cs.
| enum OpenSim.Framework.Constants.TeleportFlags : uint |
| Enumerator | |
|---|---|
| Default |
No flags set, or teleport failed |
| SetHomeToTarget |
Set when newbie leaves help island for first time |
| SetLastToTarget | |
| ViaLure |
Via Lure |
| ViaLandmark |
Via Landmark |
| ViaLocation |
Via Location |
| ViaHome |
Via Home |
| ViaTelehub |
Via Telehub |
| ViaLogin |
Via Login |
| ViaGodlikeLure |
Linden Summoned |
| Godlike |
Linden Forced me |
| NineOneOne | |
| DisableCancel |
Agent Teleported Home via Script |
| ViaRegionID | |
| IsFlying | |
| ResetHome | |
| ForceRedirect |
forced to new location for example when avatar is banned or ejected |
| FinishedViaLure |
Teleport Finished via a Lure |
| FinishedViaNewSim |
Finished, Sim Changed |
| FinishedViaSameSim |
Finished, Same Sim |
| ViaHGLogin |
Agent coming into the grid from another grid |
Definition at line 55 of file Constants.cs.
| const string OpenSim.Framework.Constants.DefaultTexture = "89556747-24cb-43ed-920b-47caed15465f" |
Definition at line 45 of file Constants.cs.
| const uint OpenSim.Framework.Constants.MaximumRegionSize = 8192 |
Definition at line 39 of file Constants.cs.
| const int OpenSim.Framework.Constants.MinRegionSize = 16 |
Definition at line 42 of file Constants.cs.
| const uint OpenSim.Framework.Constants.RegionHeight = 4096 |
Definition at line 37 of file Constants.cs.
| const uint OpenSim.Framework.Constants.RegionSize = 256 |
Definition at line 36 of file Constants.cs.
| const int OpenSim.Framework.Constants.TerrainPatchSize = 16 |
Definition at line 43 of file Constants.cs.
1.8.6