forked from addonscript/addonscript-spec
549 B
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.