World Module
Dependencies |
Globals
computer.attentionPing (position: Vector, username: string?)
Allows to send a World Marker/Attention Ping for all or the given user.
Details
| Name | Type | Description |
|---|---|---|
Position |
The position in the world where the ping should occur |
|
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
| Name | Type | Description |
|---|---|---|
Text |
string |
The Text you want to send as Notification to the user |
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
| Name | Type | Description |
|---|---|---|
Time |
number |
The current number of game seconds passed since the creation of the save. |