Index

:!: Available in version 1.3 and later.

SetUnitSettings

SetUnitSettings(<-unit <-settings)

Description

Sets a table containing the settings for the specified unit. See GetUnitSettings for more details and a list of all setting names.

Examples

CreateTable ->data
20000000 ->data{"Payload"}
SetUnitSettings(<-unit <-data)

Index