Search Results for

    Show / Hide Table of Contents

    Namespace RageCoop.Server.Scripting

    Classes

    API

    An class that can be used to interact with RageCoop server.

    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

    ServerEvents

    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.

    In This Article
    Back to top Generated by DocFX