Skip to content

Implement scripting framework/API (.NET) #3

@Conticop

Description

@Conticop

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/APIenhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions