Namespace RageCoop.Server.Scripting
Classes
API
An class that can be used to interact with RageCoop server.
APIEvents
ChatEventArgs
Command
Decorate your method with this attribute and use RegisterCommands<T>() or RegisterCommands(Object) to register commands.
CommandContext
The context containg command information.
CustomEventReceivedArgs
HandshakeEventArgs
OnCommandEventArgs
ServerResource
A class representing a server side resource, each resource is isolated from another and will be started alongside the server.
ServerScript
Inherit from this class, constructor will be called automatically, but other scripts might have yet been loaded and API will be null, you should use OnStart(). to initiate your script.