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
LandmarkName = Space.Scene.Landmarks[1].NamePosition
SVector Position get
Landmark's Position
LandmarkPosition = Space.Scene.Landmarks[1].PositionRotation
SQuaternion Rotation get
Landmark's Rotation
LandmarkRotation = Space.Scene.Landmarks[1].RotationSpawnPoint
bool SpawnPoint get
Is this Landmark a spawn point?
LandmarkSpawnPoint = Space.Scene.Landmarks[1].SpawnPointSpawnRadius
float SpawnRadius get
The size of the radius around the Landmark where players spawn within
LandmarkSpawnRadius = Space.Scene.Landmarks[1].SpawnRadiusType
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
LandmarkType = Space.Scene.Landmarks[1].Type