This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
4rpl:commands:setfieldcell [2021/02/08 03:33] – Expand with more information Grabz | 4rpl:commands:setfieldcell [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
~~NOTOC~~ | ~~NOTOC~~ | ||
< | < | ||
+ | <WRAP tabs> | ||
+ | * [[4rpl: | ||
+ | * [[4rpl: | ||
+ | </ | ||
:!: Available in version 1.3 and later. | :!: Available in version 1.3 and later. | ||
====== SetFieldCell ====== | ====== SetFieldCell ====== | ||
Line 14: | Line 17: | ||
In order to add to a field rather than set it, retrieve its current values first using [[GetFieldCell]], | In order to add to a field rather than set it, retrieve its current values first using [[GetFieldCell]], | ||
+ | |||
+ | For reference: | ||
+ | Shields have a field (total " | ||
===== Examples ===== | ===== Examples ===== | ||
<code 4rpl> | <code 4rpl> | ||
- | SetFieldCell(50 40 false V2(1000000 1000000) | + | :Awake |
+ | SetFieldCell(50 40 false V2(1000000 1000000)) | ||
</ | </ | ||
< | < |