-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
apiThis is related to the scripting framework/APIThis is related to the scripting framework/APIenhancementNew feature or requestNew feature or request
Milestone
Description
This is required in order to interact with the server from .NET side. API would have to be introduced.
For example to kick a specific player from the server, one way would be to have a managed class representing player/client.
// Find the target player
var ply = Player.GetByID(8);
// Kick the player
ply?.Kick(/*reason*/);Metadata
Metadata
Assignees
Labels
apiThis is related to the scripting framework/APIThis is related to the scripting framework/APIenhancementNew feature or requestNew feature or request