Script API - v1.19.70
    Preparing search index...

    Class DynamicPropertiesDefinitionBeta

    Class used in conjunction with PropertyRegistry to define dynamic properties that can be used on entities of a specified type or at the global World- level.

    Index

    Constructors

    Methods

    • Beta

      Parameters

      • identifier: string

      Returns void

      Defines a boolean dynamic property.

      This function can throw errors.

    • Beta

      Parameters

      • identifier: string

      Returns void

      Defines a number dynamic property.

      This function can throw errors.

    • Beta

      Parameters

      • identifier: string
      • maxLength: number

      Returns void

      Defines a string dynamic property.

      This function can throw errors.