setVariable: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(added missionnamespace note) |
||
Line 51: | Line 51: | ||
<dt class="note">'''[[User:Lou Montana|Lou Montana]]'''</dt> | <dt class="note">'''[[User:Lou Montana|Lou Montana]]'''</dt> | ||
<dd class="note">this command doesn't work with [[createSimpleTask|tasks]] in '''Arma 2 1.05'''</dd> | <dd class="note">this command doesn't work with [[createSimpleTask|tasks]] in '''Arma 2 1.05'''</dd> | ||
<dd class="notedate">Posted on February 8, 2010 - 18:42 (CEST)</dd> | |||
<dt class="note">'''[[User:LaKing|LaKing]]'''</dt> | |||
<dd class="note">In '''Arma 2 1.05''' the [[missionnamespace]] object allows only the two main Arguments by syntax. Publishing the Variable afterwards works fine.</dd> | |||
<!-- Note Section END --> | <!-- Note Section END --> | ||
</dl> | </dl> |
Revision as of 18:46, 8 February 2010
Description
- Description:
- Set variable to given value in the variable space of given element. To remove a variable, set it to nil (e.g. player setVariable ["varname",nil]).
- Multiplayer:
- In MP, the variable space of the object is local to each client. Changes are not broadcast, except in Arma 2 via public parameter for supported types.
- Groups:
- Uncategorised
Syntax
- Syntax:
- objectName setVariable [name, value, (public)]
- Parameters:
- objectName: Object or Location. Arma 2 also supports: Namespace, Group, Control, Task
- [name, value]: Array
- name: String
- value: Any_Value
- public: Boolean - Only available for Object types. If public is true then the value is broadcast to all computers.
- Return Value:
- Nothing
Examples
- Example 1:
_myTruck setVariable ["myVariable", 123, true];
Additional Information
- See also:
- getVariablesetVariable (VBS2)
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
- Unknown
- According to Suma, beginning with ArmA version 1.08, "setVariable now should work on any entity which can be targeted by AI, including soldier and game logic units. This includes most buildings, but not other static objects. Using it with buildings one should be aware the building may be discarded because of streaming. In such case the variable space is lost. When used for buildings, the storage should therefore be considered non-reliable." Reference: Make setVariable work on other things than just vehicles
- Posted on 3 November, 2009 - 19:40 (CEST)
- .kju
- Public variable parameter works also for groups in ArmA II. A2 CIT.
- Posted on January 18, 2010 - 17:27 (CEST)
- Lou Montana
- this command doesn't work with tasks in Arma 2 1.05
- Posted on February 8, 2010 - 18:42 (CEST)
- LaKing
- In Arma 2 1.05 the missionnamespace object allows only the two main Arguments by syntax. Publishing the Variable afterwards works fine.
Bottom Section
Categories:
- Scripting Commands
- Introduced with Arma version 1.00
- Arma: New Scripting Commands
- Arma: Scripting Commands
- Command Group: Uncategorised
- Scripting Commands: Local Effect
- Scripting Commands OFP Elite
- Scripting Commands ArmA
- Command Group: Locations
- Command Group: Object Information
- Command Group: Variables
- Scripting Commands ArmA2