This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| 4rpl:commands:getscript1var [2021/01/08 16:01] – external edit 127.0.0.1 | 4rpl:commands:getscript1var [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ~~NOTOC~~ | ~~NOTOC~~ | ||
| < | < | ||
| + | |||
| + | <WRAP tabs> | ||
| + | * [[4rpl: | ||
| + | * [[4rpl: | ||
| + | </ | ||
| ====== GetScript1Var ====== | ====== GetScript1Var ====== | ||
| Line 9: | Line 14: | ||
| The value returned will be a direct instance of the var held by the unit. | The value returned will be a direct instance of the var held by the unit. | ||
| If the unit or var does not exit, a null value (equivalent to 0) is returned. | If the unit or var does not exit, a null value (equivalent to 0) is returned. | ||
| + | |||
| + | :NOTE: Although input/init variables ($varName:< | ||
| ===== Examples ===== | ===== Examples ===== | ||
| <code 4rpl> | <code 4rpl> | ||