~~NOTOC~~
<=[[4rpl:start| Index]]
* [[4rpl:commands:GetUnitSettings|Get]]
* [[4rpl:commands:SetUnitSettings|Set]]
:!: Available in version 1.3 and later.
====== SetUnitSettings ======
SetUnitSettings(<-unit <-settings)
===== Description =====
Sets a table containing the settings for the specified unit. See [[getunitsettings|GetUnitSettings]] for more details and a list of all setting names.
===== Examples =====
CreateTable ->data
20000000 ->data{"Payload"}
SetUnitSettings(<-unit <-data)
<=[[4rpl:start| Index]]