execVM: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 23: | Line 23: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>var = [[player]] execVM "test.sqf"</code> |= Example 1 | |x1= <code>var <nowiki>=</nowiki> [[player]] execVM "test.sqf"</code> |= Example 1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 18:44, 11 December 2006
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
Examples
- Example 1:
var = 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