All pages
Powered by GitBook
1 of 1

Loading...

SLandmark

Properties Index

Property Name

string get

SVector get

SQuaternion get

Properties

Name

string Name get

Landmark's Name

Position

Position get

Landmark's Position

Rotation

Rotation get

Landmark's Rotation

SpawnPoint

bool SpawnPoint get

Is this Landmark a spawn point?

SpawnRadius

float SpawnRadius get

The size of the radius around the Landmark where players spawn within

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

bool SpawnPoint get

float SpawnRadius get

SLandmarkType Type get

SVector
SQuaternion
Name
Position
Rotation
LandmarkName = Space.Scene.Landmarks[1].Name
LandmarkPosition = Space.Scene.Landmarks[1].Position
LandmarkRotation = Space.Scene.Landmarks[1].Rotation
LandmarkSpawnPoint = Space.Scene.Landmarks[1].SpawnPoint
LandmarkSpawnRadius = Space.Scene.Landmarks[1].SpawnRadius
LandmarkType = Space.Scene.Landmarks[1].Type