Skip to content

Whitelist

Zynj-git edited this page Jan 23, 2021 · 4 revisions

Whitelist

  • _whitelist permits Objects to display their properties in accordance with the whitelist's values.

  • _whitelist properties are sorted and displayed in adherence with their order in the whitelist.

  • _whitelist accepts both comma-separated, dot-separated, and wildcarded values.

    Click for Examples
    example keys entry result
    Comma-separated _whitelist character, type, traits, effects, status Permits Objects the access to these properties if held.
    Dot-separated _whitelist character.type.traits.effects.status Non-wildcarded dot-separated paths function the same as comma-separated values.
    Wildcarded _whitelist traits.positive/* Permits Object access to properties that derive from traits.positive e.g traits.positive.buffs and traits.positive.negative.disease
    • Notice! Only use a single _whitelist entry at a time!
    • Comma-separated, dot-separated, and wildcarded values can be utilized simultaneously within the same entry.
  • Properties of an Object remain invisible unless contained within the whitelist or a contextual synonym

Clone this wiki locally