wiki.sine.space | sinespace

Scripting/SLandmark

From wiki.sine.space
Revision as of 10:04, 27 September 2021 by Voidtech (Talk | contribs)

Jump to: navigation, search

Public Attributes

Name

string Name ()

Landmark's Name

LandmarkName = Space.Scene.Landmarks[1].Name



Position

SVector Position ()

Landmark's Position

LandmarkPosition = Space.Scene.Landmarks[1].Position



Rotation

SQuaternion Rotation ()

Landmark's Rotation

LandmarkRotation = Space.Scene.Landmarks[1].Rotation



SpawnPoint

bool SpawnPoint ()

Is this Landmark a spawn point?

LandmarkSpawnPoint = Space.Scene.Landmarks[1].SpawnPoint



SpawnRadius

float SpawnRadius ()

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

LandmarkSpawnRadius = Space.Scene.Landmarks[1].SpawnRadius



Properties

Type

SLandmarkType Type { get;set; }

Landmark's Type

LandmarkType = Space.Scene.Landmarks[1].Type