SLandmark
Properties Index
| Property Name |
|---|
string Name get |
SVector Position get |
SQuaternion Rotation get |
bool SpawnPoint get |
float SpawnRadius get |
SLandmarkType Type get |
Properties
Name
string Name get
Landmark's Name
- Lua
LandmarkName = Space.Scene.Landmarks[1].Name
Position
SVector Position get
Landmark's Position
- Lua
LandmarkPosition = Space.Scene.Landmarks[1].Position
Rotation
SQuaternion Rotation get
Landmark's Rotation
- Lua
LandmarkRotation = Space.Scene.Landmarks[1].Rotation
SpawnPoint
bool SpawnPoint get
Is this Landmark a spawn point?
- Lua
LandmarkSpawnPoint = Space.Scene.Landmarks[1].SpawnPoint
SpawnRadius
float SpawnRadius get
The size of the radius around the Landmark where players spawn within
- Lua
LandmarkSpawnRadius = Space.Scene.Landmarks[1].SpawnRadius
Type
int Type get
The type of Landmark
1= LandingZone, 2= Area, 3= Shop, 4= Quest,5= Activity, 6= Teleport, 7= Music, 8= Dance, 9= Clothes, 10= Vehicle, 11= Item
- Lua
LandmarkType = Space.Scene.Landmarks[1].Type