• Replaces all Bruce variables in a string with the value of the attribute.

    Parameters

    • params: {
          entity: Entity.IEntity;
          legacyParse?: boolean;
          str: string;
      }
      • entity: Entity.IEntity
      • Optional legacyParse?: boolean
      • str: string

    Returns string

Generated using TypeDoc