Script API - v1.20.10
    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
      • OptionaldefaultValue: boolean

      Returns DynamicPropertiesDefinition

      Defines a boolean dynamic property.

      This function can throw errors.

    • Beta

      Parameters

      • identifier: string
      • OptionaldefaultValue: number

      Returns DynamicPropertiesDefinition

      Defines a number dynamic property.

      This function can throw errors.

    • Beta

      Parameters

      • identifier: string
      • maxLength: number
      • OptionaldefaultValue: string

      Returns DynamicPropertiesDefinition

      Defines a string dynamic property.

      This function can throw errors.