Skip to content
Divran edited this page Apr 22, 2021 · 3 revisions

Jump to table of contents

Serverinfo

String = map()

Returns the current map name (1 ops)

String = hostname()

Returns the Name of the server (1 ops)

String = hostip()

Returns the IP of the server (1 ops)

Number = isLan()

Returns 1 if lan mode is enabled (1 ops)

String = gamemode()

Returns the name of the current gamemode (1 ops)

String = serverUUID()

(1 ops)

Number = isSinglePlayer()

Returns 1 if singleplayer, 0 if multiplayer (1 ops)

Number = isDedicated()

Returns 1 if server is dedicated, 0 if listen (1 ops)

Number = numPlayers()

Returns the number of players currently in the server (1 ops)

Number = maxPlayers()

Returns the max number of players allowed in the server (1 ops)

Number = gravity()

Returns gravity (1 ops)

Vector = propGravity()

(1 ops)

Number = airDensity()

Returns air density (affects how drag slows down props) (1 ops)

Number = maxFrictionMass()

Returns how much friction influences props throughout the server (1 ops)

Number = minFrictionMass()

Returns how much friction influences props throughout the server (1 ops)

Number = speedLimit()

Returns the speed limit (1 ops)

Number = angSpeedLimit()

Returns the angular speed limit (1 ops)

Number = tickInterval()

Returns the time (in seconds) between each server tick (1 ops)

Expression 2 ⚛️

Tutorials (In learning order) 🎓

Extras ❔

Tools 🛠️

Click To Expand

Advanced

Beacon 💡

Control 🎛️

Data 💿

Detection 👀

Display 💻

Render

I/O 🔌

Physics 🚀

Utilities 🛠️

RFID

Wireless 🛜

Gates 🚥

Click To Expand

TBD

Clone this wiki locally