This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
disable_screen_effect [2024/02/21 21:38] – created justin | disable_screen_effect [2025/02/16 14:30] (current) – justin | ||
---|---|---|---|
Line 1: | Line 1: | ||
======Disable Screen Effect====== | ======Disable Screen Effect====== | ||
---- | ---- | ||
- | Coming | + | Disables either the VHS/CRT monitor effect or the retro effect over a duration of time (in seconds). The second parameter should be a [[string]] value of other " |
+ | |||
+ | ====Signature: | ||
+ | <code python> | ||
+ | disable_screen_effect(duration, | ||
+ | </ | ||
+ | |||
+ | ^Argument^Description^Type^Required^ | ||
+ | |duration|Duration of time over which the screen effect will be disabled. Defaults to 0 (instant).|[[Number]]|No| | ||
+ | |screen_effect_id|ID of the screen effect to disable, either " | ||
+ | |||
+ | ====Example: | ||
+ | <code bauxite> | ||
+ | disable_screen_effect(2, | ||
+ | </ | ||
+ | // | ||
+ | |||
+ | <WRAP center round tip 100%> | ||
+ | Use the **Disable Screen Effect** function to... | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | <WRAP group> | ||
+ | <WRAP half column> | ||
+ | ====Editor Node:==== | ||
+ | {{: | ||
+ | </ | ||
+ | |||
+ | <WRAP half column> | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | ~~NOTOC~~ |