addonscript-spec/docs/schema/library.md
Timo Ley 006adfec92
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
instance addon overhaul
2023-02-03 16:20:43 +01:00

478 B

Library Object

{
    "file": "somequalifier",
    "side": "both"
}

Required properties

file

This is the qualifier of the file of this library. That file MUST be specified in the manifest, which uses this library.

Optional properties

side

This specifies, for which side this library should be used. Valid values are client, server and both. If this property is not present, it defaults to both.