In Screen
Checks if the player has any or specific screen open.
Type ID: eggolib:in_screen
Fields
Field | Type | Default | Description |
---|---|---|---|
screen |
String | optional | If specified, the condition will evaluate to true if the player's current screen matches this screen. See In-Game Screen Class (Class Data Registry) for possible values. |
screens |
Array of Strings | optional | If specified, the condition will evaluate to true if the player's current screen matches any of these screens. See In-Game Screen Class (Class Data Registry) for possible values. |