This shows you the differences between two versions of the page.
| ixe:irpl:unit:getscript1var [2025/02/14 14:57] – created - external edit 127.0.0.1 | ixe:irpl:unit:getscript1var [2025/11/26 00:12] (current) – [Description] Argonwolf | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| Gets the named variable on the specified unit's first script. | Gets the named variable on the specified unit's first script. | ||
| 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 exist, a null value (equivalent to 0) is returned. |
| :NOTE: Although input/init variables ($varName:< | :NOTE: Although input/init variables ($varName:< | ||