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