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
PedBlip
Represent a blip attached to ped.
ServerBlip
A static blip owned by server.
ServerEntities
Manipulate entities from the server
ServerEvents
ServerObject
Server-side object controller
ServerPed
Represents a ped from a client
ServerProp
Represents an prop owned by server.
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.
ServerVehicle
Represents a vehicle from a client