User Tools

Site Tools


4rpl:commands:getscriptvar

Index

GetScriptVar

GetScriptVar(<-unit <-scriptName <-varName) ->val

Description

Gets the named variable on the specified unit 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 value returned will be a direct instance of the var held by the unit. If the unit or var does not exit, a null value (equivalent to 0) is returned.

Examples

GetScriptVar(<-someUnitUID "MyScript" "test") ->val

Index

4rpl/commands/getscriptvar.txt · Last modified: 2023/03/26 15:26 by Vertu