Skip to content

Integer (Data Type)

Pug edited this page Feb 12, 2023 · 7 revisions

An integer is a numerical value that is only allowed to be a whole number. See the Float for a data type which accepts numbers that may or may not have decimal places.


Example

{
  "loading_priority": 1
}

This example shows a loading priority of 1.

Clone this wiki locally