Class API.Config
Client configuration, this will conflict with server-side config.
Inherited Members
Namespace: RageCoop.Client.Scripting
Assembly: RageCoop.Client.dll
Syntax
public static class Config
Properties
BlipColor
Get or set player's blip color
Declaration
public static BlipColor BlipColor { get; set; }
Property Value
Type | Description |
---|---|
GTA.BlipColor |
EnableAutoRespawn
Enable automatic respawn for this player.
Declaration
public static bool EnableAutoRespawn { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Username
Get or set local player's username, set won't be effective if already connected to a server.
Declaration
public static string Username { get; set; }
Property Value
Type | Description |
---|---|
String |