execFSM: Difference between revisions
Jump to navigation
Jump to search
(populated) |
PhilippRauch (talk | contribs) No edit summary |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Execute the scripted FSM. The FSM file is first searched in the mission | | Execute the scripted FSM. The FSM file is first searched in the mission folder, then in the campaign scripts folder and finally in the global scripts folder. | ||
Returns the FSM handler or 0 when failed. |= Description | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 21: | Line 22: | ||
|x1= < | |x1= <pre>execFSM "test.fsm";</pre>|= EXAMPLE1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ |
Revision as of 15:12, 5 June 2009
Description
- Description:
- Execute the scripted FSM. The FSM file is first searched in the mission folder, then in the campaign scripts folder and finally in the global scripts folder. Returns the FSM handler or 0 when failed.
- Groups:
- Uncategorised
Syntax
- Syntax:
- execFSM filename
- Parameters:
- filename: -
- Return Value:
- Number
Examples
- Example 1:
execFSM "test.fsm";
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