Zoomed Image

AMSX Scripting Language - Command : CommandProcessor

Summary

Invoke an xAssets API command directly

Description

Calls an internal xAssets API command (equivalent to a CommandProcessor call). The command name is case-sensitive. LOGON calls are silently ignored. The result is placed in the result buffer.

Parameters

ParameterDescription
cmdAPI command name (case-sensitive)
Argument 0First argument
Argument 1Second argument
Argument 2Third argument
Argument 3Fourth argument (additional arguments supported)

Syntax


CommandProcessor "API command name (case-sensitive)", "First argument", "Second argument", "Third argument", "Fourth argument (additional arguments supported)"

Return to the AMSX Command Reference