execVM: Difference between revisions
Jump to navigation
Jump to search
m (added see also to function) |
mNo edit summary |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Compile and execute [[ | | 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 | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| argument ''' | | '''''argument'' execVM ''filename''''' |= Syntax | ||
|p1= argument [[Any Value]] |= Parameter 1 | |p1= argument [[Any Value]] |= Parameter 1 |
Revision as of 23:19, 16 October 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:
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