... | @@ -316,18 +316,18 @@ Given that each meta keyword has a specific input and output type, it is possibl |
... | @@ -316,18 +316,18 @@ Given that each meta keyword has a specific input and output type, it is possibl |
|
| .expiration | TIME | The expiration timestamp for the variable |
|
|
| .expiration | TIME | The expiration timestamp for the variable |
|
|
| .saved | BOOLEAN |Whether the variable is saved |
|
|
| .saved | BOOLEAN |Whether the variable is saved |
|
|
| .type | STRING | The type of the variable |
|
|
| .type | STRING | The type of the variable |
|
|
| .get | STRING | Forcefully returns the value of the variable. Used to make the "to{VariableType}" metadata return a correctly formatted value |
|
|
| .get | STRING | Forcefully returns the value of the variable. Used to make the "to{VariableType}" keyword return a correctly formatted value |
|
|
| .toint | INTEGER | Converts the value to an Integer without doing any specific operations, allowing chaining for Integer operations. If not further metadata is used after this, the value will not be formatted as an Integer |
|
|
| .toint | INTEGER | Converts the value to an Integer without doing any specific operations, allowing chaining for Integer operations. If not further keyword is used after this, the value will not be formatted as an Integer |
|
|
| .tofloat | FLOAT | Converts the value to a Float without doing any specific operations, allowing chaining for Float operations. If not further metadata is used after this, the value will not be formatted as a Float |
|
|
| .tofloat | FLOAT | Converts the value to a Float without doing any specific operations, allowing chaining for Float operations. If not further keyword is used after this, the value will not be formatted as a Float |
|
|
| .todouble | DOUBLE | Converts the value to a Double without doing any specific operations, allowing chaining for Double operations. If not further metadata is used after this, the value will not be formatted as a Double |
|
|
| .todouble | DOUBLE | Converts the value to a Double without doing any specific operations, allowing chaining for Double operations. If not further keyword is used after this, the value will not be formatted as a Double |
|
|
| .toboolean | BOOLEAN | Converts the value to a Boolean without doing any specific operations, allowing chaining for Boolean operations. If not further metadata is used after this, the value will not be formatted as a Boolean |
|
|
| .toboolean | BOOLEAN | Converts the value to a Boolean without doing any specific operations, allowing chaining for Boolean operations. If not further keyword is used after this, the value will not be formatted as a Boolean |
|
|
| .tostring | STRING | Converts the value to a String without doing any specific operations, allowing chaining for String operations. If not further metadata is used after this, the value will not be formatted as a String |
|
|
| .tostring | STRING | Converts the value to a String without doing any specific operations, allowing chaining for String operations. If not further keyword is used after this, the value will not be formatted as a String |
|
|
| .tolocation | LOCATION | Converts the value to a Location without doing any specific operations, allowing chaining for Location operations. If not further metadata is used after this, the value will not be formatted as a Location |
|
|
| .tolocation | LOCATION | Converts the value to a Location without doing any specific operations, allowing chaining for Location operations. If not further keyword is used after this, the value will not be formatted as a Location |
|
|
| .tovector | VECTOR | Converts the value to a Vector without doing any specific operations, allowing chaining for Vector operations. If not further metadata is used after this, the value will not be formatted as a Vector |
|
|
| .tovector | VECTOR | Converts the value to a Vector without doing any specific operations, allowing chaining for Vector operations. If not further keyword is used after this, the value will not be formatted as a Vector |
|
|
| .tolist | LIST | Converts the value to a List without doing any specific operations, allowing chaining for List operations. If not further metadata is used after this, the value will not be formatted as a List |
|
|
| .tolist | LIST | Converts the value to a List without doing any specific operations, allowing chaining for List operations. If not further keyword is used after this, the value will not be formatted as a List |
|
|
| .toset | SET | Converts the value to a Set without doing any specific operations, allowing chaining for Set operations. If not further metadata is used after this, the value will not be formatted as a Set |
|
|
| .toset | SET | Converts the value to a Set without doing any specific operations, allowing chaining for Set operations. If not further keyword is used after this, the value will not be formatted as a Set |
|
|
| .tomap | MAP | Converts the value to a Map without doing any specific operations, allowing chaining for Map operations. If not further metadata is used after this, the value will not be formatted as a Map |
|
|
| .tomap | MAP | Converts the value to a Map without doing any specific operations, allowing chaining for Map operations. If not further keyword is used after this, the value will not be formatted as a Map |
|
|
| .totime | TIME | Converts the value to a Time without doing any specific operations, allowing chaining for Time operations. If not further metadata is used after this, the value will not be formatted as a Time |
|
|
| .totime | TIME | Converts the value to a Time without doing any specific operations, allowing chaining for Time operations. If not further keyword is used after this, the value will not be formatted as a Time |
|
|
|
|
|
|
#### Integer Meta Keywords
|
|
#### Integer Meta Keywords
|
|
| Placeholder | Return Type | Return Value |
|
|
| Placeholder | Return Type | Return Value |
|
... | | ... | |