This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| 4rpl:commands:deregisterscript [2021/02/15 23:28] – created virgilw | 4rpl:commands:deregisterscript [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ~~NOTOC~~ | ~~NOTOC~~ | ||
| - | < | + | < |
| + | <= [[4rpl: | ||
| :!: Available in version 1.3 and later. | :!: Available in version 1.3 and later. | ||
| Line 7: | Line 8: | ||
| ===== Description ===== | ===== Description ===== | ||
| - | Deregisters the current script instance. If the script instance is not registered, this call does nothing. | + | Deregisters the current script instance. If the script instance is not registered, this call does nothing. |
| ===== Examples ===== | ===== Examples ===== | ||
| + | |||
| <code 4rpl> | <code 4rpl> | ||
| DeregisterScript | DeregisterScript | ||
| </ | </ | ||
| + | |||
| + | === See Also === | ||
| + | |||
| + | [[RegisterScript]] | ||
| < | < | ||