FivePD API
Models

AddonDefinition

The base model representing a gamemode extension.

Properties

Name

Gets or sets the technical name for the addon. Should be PascalCase.

Type: string

FriendlyName

Gets or sets the friendly name for the addon. Should be Title Case.

Type: string

Version

Gets or sets the machine-readable version for the addon. A higher value indicates a newer version.

Type: int

FriendlyVersion

Gets or sets the friendly version for the addon.

Type: string

IsInternal

Gets or sets a value indicating whether the addon is internal. Internal addons are prioritized.

Type: bool

Assemblies

Gets or sets the assemblies that the addon requires.

Type: IList<byte[]>

Files

Gets or sets files.

Type: IDictionary<string, string>