World Module

Globals

computer

computer.attentionPing (position: Vector, username: string?)

Allows to send a World Marker/Attention Ping for all or the given user.

Details
Parameters
Name Type Description

Position position

Vector

The position in the world where the ping should occur

Username username

string?

The username of the user you want to ping

computer.textNotification (text: string, username: string?)

This function allows you to prompt a user with the given username, with a text message.

Details
Parameters
Name Type Description

Text text

string

The Text you want to send as Notification to the user

Username username

string?

The username of the user you want to send the notification to

computer.time () → number

Returns the number of game seconds passed since the save got created. A game day consists of 24 game hours, a game hour consists of 60 game minutes, a game minute consists of 60 game seconds.

Details
Return Values
Name Type Description

Time time

number

The current number of game seconds passed since the creation of the save.