Nota
L'accés a aquesta pàgina requereix autorització. Podeu provar d'iniciar la sessió o de canviar els directoris.
L'accés a aquesta pàgina requereix autorització. Podeu provar de canviar els directoris.
Tests if the specified duration in seconds of inactivity for despawning has been reached.
Inactivity Timer Properties
| Name | Default Value | Type | Description |
|---|---|---|---|
| operator | equals | Operator choices | (Optional) The comparison to apply with 'value'. |
| subject | self | Subject choices | (Optional) The subject of this filter test. |
| value | not set | Integer number | (Required) An integer value. |
Operator choices
| Value | Title | Description |
|---|---|---|
| != | != | Test for inequality. |
| < | < | Test for less-than the value. |
| <= | <= | Test for less-than or equal to the value. |
| <> | <> | Test for inequality. |
| = | = | Test for equality. |
| == | == | Test for equality. |
| > | > | Test for greater-than the value. |
| >= | >= | Test for greater-than or equal to the value. |
| equals | Equals | Test for equality. |
| not | Not | Test for inequality. |
Subject choices
| Value | Title | Description |
|---|---|---|
| block | Block | The block involved with the interaction. |
| damager | Damager | The damaging actor involved with the interaction. |
| other | Other | The other member of an interaction, not the caller. |
| parent | Parent | The caller's current parent. |
| player | Player | The player involved with the interaction. |
| self | Self | The entity or object calling the test |
| target | Target | The caller's current target. |
Samples
At Full..:
{ "test": "inactivity_timer", "subject": "self", "operator": "equals", "value": "0" }
At Short (using Defaults)..:
{ "test": "inactivity_timer", "value": "0" }