📄️ Overview
This section contains information about APIs only available to server scripts.
📄️ ACL
Access Control List is a feature that allows you to control the access to features on your server for specific players.
📄️ Chat
Chat-related APIs.
📄️ Events
Resource Events
📄️ NetNPC
This is the server-side class for NetNPC.
📄️ NetObject
Server-only NetObject methods.
📄️ NetPlayer
This is the server-side class for NetPlayer.
📄️ NetRigidObject
This is the server-side class for NetRigidObject.
📄️ NetVehicle
This is the server-side class for NetVehicle.
📄️ Network
These network APIs allow you to send data to players and receive data from players.
📄️ PlayerClient
A player's client instance.
📄️ Resources
These APIs allow you to manage and control resources on the server. Resources are individual packages or modules that contain game logic, scripts, and assets.
📄️ Server
Server-related APIs.
📄️ SQL
Persist information and state in a database using SQLite. The server automatically creates and manages a database.db file in the server directory.
📄️ Weather
Manipulate weather events and properties. The "sync" functions are used to sync weather events and properties to all clients.
📄️ World
World-related APIs.