This is an old revision of the document!
⇐ Index
GetScript1Var(<-unit <-varName) ->val
Gets the named variable on the specified unit's first script. 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.
Although input/init variables are technically the unit settings of a custom unit, they are still variables and applicable to this API.
GetScript1Var(<-someUnitUID "test") ->val
⇐ Index