setFSMVariable
Jump to navigation
Jump to search
Description
- Description:
- Set variable to given value in the variable space of given FSM.
The FSM handle is the number returned by the execFSM command. - Groups:
- System
Syntax
- Syntax:
- handle setFSMVariable [name, value]
- Parameters:
- handle: Number - FSM handle
- name: String - name of the FSM variable
- value: Anything - new value of the FSM variable
- Return Value:
- Nothing
Examples
- Example 1:
Additional Information
- See also:
- FSM commandFSM completedFSM doFSM execFSM getFSMVariable
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
- Posted on Mar 23, 2014 - 00:53 (UTC)
- If the variable is not yet defined within the FSM it will be created.