Skip to content

Interface: GameplayTagDictionaryEntry

Defined in: types.ts:55

Properties

allowNonRestrictedChildren?

ts
optional allowNonRestrictedChildren?: boolean;

Defined in: types.ts:62


devComment?

ts
optional devComment?: string;

Defined in: types.ts:57


isExplicit?

ts
optional isExplicit?: boolean;

Defined in: types.ts:60


isRestricted?

ts
optional isRestricted?: boolean;

Defined in: types.ts:61


sourceName?

ts
optional sourceName?: string;

Defined in: types.ts:58


sourceType?

ts
optional sourceType?: GameplayTagSourceType;

Defined in: types.ts:59


tag

ts
tag: string;

Defined in: types.ts:56