Skip to content

Value Type: Integer: Feature: Fixed Integer

DerFrZocker edited this page May 7, 2023 · 2 revisions

Table of Contents

  1. Description
  2. Settings
    1. Value
  3. File Configuration

Description

Value-Type: Integer
Key: feature:fixed_integer

The fixed integer value type is one of the basic primitive value type, it simply returns a constant integer value.

Settings

Value

Value-Type: Primitive
Value-Range: (-∞, ∞)

The value is the constant primitive integer which should be returned.

File Configuration

Configuration

"value": <primitive integer>,
"type": "feature:fixed_integer"

Clone this wiki locally