addonscript-spec/docs/schema/flags.md
Timo Ley a9dfcb7575
All checks were successful
continuous-integration/drone/pr Build is passing
Flags overhaul
2022-09-03 21:23:53 +02:00

549 B

Flags object

{
    "client": ["optional"],
    "server": ["required"],
    "both": ["included"]
}

Optional properties

client

This is an array of flags which only apply on the client side.

server

This is an array of flags which only apply on the server side.

both

This is an array of flags which apply on both sides. AddonScript will treat each flag in this array as if it was in the client array and the server array.