Novelty scripting reference > Types > ScreenPage

ScreenPage

Script representation of a screen (page).
ScreenPage is a reference type. This means it has no constructor and can only be passed around by handle (ScreenPage@).


Members

const string name
The screen's name.


Methods

Scene@ GetScene()
Returns a handle to the screen's scene.

UID GetUID() const
Returns the unique id (UID) of the screen.

string AsString() const
Returns a string describing the screen.


Back to top