execVM: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
[[Category:Scripting Commands|EXECVM]]
{{Command|= Comments
[[Category:Scripting Commands ArmA|EXECVM]]
____________________________________________________________________________________________


| arma |= Game name


<h2 style="color:#000066">'''''argument'' execVM ''filename'''''</h2>
|2.6|= Game version
____________________________________________________________________________________________


| 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
____________________________________________________________________________________________


'''Operand types:'''
| argument '''execVM''' filename |= Syntax


'''argument''': [[Any Value]]
|p1= argument [[Any Value]] |= Parameter 1
   
'''filename''': [[String]]


'''Type of returned value:'''
|p2= filename [[String]] |= Parameter 2


[[Script]]
| [[Script]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>[[player]] execVM "test.sqf"</pre> |= Example 1
____________________________________________________________________________________________


'''Compatibility:'''
|  |= See also


Version 2.60 required.
}}


'''Description:'''
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


Compile and execute function (sqf).
<!-- Note Section END -->
</dl>


Argument is passed to the script as local variable _this.
<h3 style="display:none">Bottom Section</h3>


The function is first searched for in the mission folder, then in the campaign scripts folder and finally in the global scripts folder.
[[Category:Scripting Commands|EXECVM]]
 
[[Category:Scripting Commands ArmA|EXECVM]]
 
'''Example''':
   
[[player]] '''execVM''' "test.sqf"

Revision as of 11:09, 2 August 2006

-wrong parameter ("Arma") defined!-2.6
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:
See also needed

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