execVM: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Compile and execute [[SQF]] [[ | | Compile and execute [[SQF]] [[Script]]. | ||
Argument is passed to the script as local variable _this. | Argument is passed to the script as local variable _this. | ||
The [[ | 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 20:46, 20 December 2006
Description
- Description:
- Compile and execute SQF 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.
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
var = player execVM "test.sqf"
Additional Information
- See also:
- SQF syntax
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