Prevent Mouse

Power Type

Prevents the mouse from receiving input in-game (inventories, screens, etc. still work).

Type ID: appli:prevent_mouse

Note

This power type will only work on players.

Caution

Be careful when testing this power type, as it's easy to softlock yourself. Additionally, keep in mind that you don't want to ever softlock any player via your origin.

Note

See also Prevent Keys (Power Type).

Fields

None.

Examples

{
    "type": "appli:prevent_mouse"
}

This example will make the player unable to use their mouse in-game.

{
    "type": "appli:prevent_mouse",
    "condition": {
        "type": "apoli:on_fire"
    }
}

This example will make the player unable to use their mouse in-game while they are on fire.