This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ixe:irpl:unit:setscriptvar [2025/01/07 17:58] – created - external edit 127.0.0.1 | ixe:irpl:unit:setscriptvar [2025/04/04 21:01] (current) – fixed file extension of script in example cornucanis | ||
---|---|---|---|
Line 5: | Line 5: | ||
===== Description ===== | ===== Description ===== | ||
- | Sets the named variable on the specified unit and script.\\ | + | Sets the named variable on the specified unit (or part) and script.\\ |
The script is referenced by name. If the name is an empty string, the first (possibly only) script on the unit will be referenced. The extention " | The script is referenced by name. If the name is an empty string, the first (possibly only) script on the unit will be referenced. The extention " | ||
===== Examples ===== | ===== Examples ===== | ||
<code 4rpl> | <code 4rpl> | ||
- | SetScriptVar(< | + | SetScriptVar(< |
</ | </ |