Script API - v1.20.30
    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.

    • Beta

      Parameters

      • identifier: string

        Identifier of the Vector3 property.

      • OptionaldefaultValue: Vector3

        Optional default starting Vector for this property.

      Returns DynamicPropertiesDefinition

      Defines a new Vector3-based dynamic property.

      This function can throw errors.