execVM

From Bohemia Interactive Community
Revision as of 00:19, 17 October 2006 by Planck (talk | contribs)
Jump to navigation Jump to search
-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
Compile and execute function (sqf). Argument is passed to the script as local variable _this. The function is first searched for in the mission folder, then in the campaign scripts folder and finally in the global scripts folder.
Groups:
Uncategorised

Syntax

Syntax:
argument execVM filename
Parameters:
argument Any Value
filename String
Return Value:
Script

Examples

Example 1:
player execVM "test.sqf"

Additional Information

See also:
Function

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section