User Tools

Site Tools


4rpl:commands:getunitsettings

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
4rpl:commands:getunitsettings [2023/11/03 15:45] – [Built-in Unit Names and Settings] Payload is a float, not int. Vertu4rpl:commands:getunitsettings [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 14: Line 14:
 Returns a table containing the settings for the specified unit. For certain built-in units, like an emitter, the settings are described in the table below. For these units, the settings are case sensitive. For custom units, the values returned are all defined variables for all attached scripts. If there are multiple scripts, the variables are merged and duplicates will overwrite each other. Returns a table containing the settings for the specified unit. For certain built-in units, like an emitter, the settings are described in the table below. For these units, the settings are case sensitive. For custom units, the values returned are all defined variables for all attached scripts. If there are multiple scripts, the variables are merged and duplicates will overwrite each other.
  
-:!: Calling GetUnitSettings (Or SetUnitSettings) on a custom unit that does not have a script attached throws an exception and causes the script to terminate at that line. If the unit has a script, it works normally, even if it's completely blank. As such, it would be a safe practice to attach a null script to every decorative unit on a map. +:!: In code versions before 4RPL V4 (Game version2.5.0 and higher), Calling GetUnitSettings (Or SetUnitSettings) on a custom unit that does not have a script attached throws an exception and causes the script to terminate at that line. If the unit has a script, it works normally, even if it's completely blank. As such, it would be a safe practice to attach a null script to every decorative unit on a map.  
 + 
  
 =====Built-in Unit Names and Settings===== =====Built-in Unit Names and Settings=====
 +:!: Unit names are case sensitive. The full list of unit names are in [[Unit Types]]
 <tabbox Emitter> <tabbox Emitter>
  
Line 153: Line 156:
 :!: Available in version 1.4 and later. :!: Available in version 1.4 and later.
   * **"Strength"** (int): The health of the wall/crazonium. Initial strength of a wall is 900000.   * **"Strength"** (int): The health of the wall/crazonium. Initial strength of a wall is 900000.
 +
 +<tabbox Totem>
 +  * **"WareType"** (int): A number (0 - 3) that represents the contained resource. 0 = energy, 1 = AC, 2 = ARG, 3 = Liftic
 +  * **"WareNum"** (int): The number of resources required to activate the totem.
 +
 </tabbox> </tabbox>
  
4rpl/commands/getunitsettings.1699026333.txt.gz · Last modified: 2025/02/14 14:56 (external edit)