Zoomed Image

AMSX Scripting Language - Command : CallLocal

Summary

Call a local AMSX script file, sharing variables and result buffer

Description

Executes another AMSX script file in the same variable scope as the current script. Unlike Call, the SLOT variables and result buffer are shared between the caller and callee. The script can be an .xxs (XML) or .xts (script) file.

Parameters

ParameterDescription
cmdScript file name (.xxs or .xts)
Argument 1Parent transform name
Argument 2QueryString parameters
Argument 3Flag to add variables (true/false)
Argument 4UniqueID

Syntax


CallLocal "Script file name (.xxs or .xts)", "Parent transform name", "QueryString parameters", "Flag to add variables (true/false)", "UniqueID"

Return to the AMSX Command Reference