execVM: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Removed confusing remark to function.)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| 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. |= Description
| Compile and execute [Script|script]. Argument is passed to the script as local variable _this. The script is first searched for in the mission folder, then in the campaign scripts folder and finally in the global scripts folder. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 17:48, 27 September 2006

-wrong parameter ("Arma") defined!-2.6
Hover & click on the images for description

Description

Description:
Compile and execute [Script
Groups:
Uncategorised

Syntax

Syntax:
script]. Argument is passed to the script as local variable _this. The script is first searched for in the mission folder, then in the campaign scripts folder and finally in the global scripts folder.
Parameters:
argument Any Value
filename String
Return Value:
argument execVM filename

Examples

Example 1:
player execVM "test.sqf"

Additional Information

See also:
Script

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