with

From Bohemia Interactive Community
Revision as of 16:50, 15 April 2014 by Master85 (talk | contribs) (pre -> code, syntax)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Execute the code inside the given namespace.
Groups:
Uncategorised

Syntax

Syntax:
with nameSpace do code
Parameters:
namespace: Namespace
code: Code
Return Value:
Anything

Examples

Example 1:
with missionNamespace do {global = global + 1;};

Additional Information

See also:
Forward CompatibilitymissionNamespaceuiNamespaceparsingNamespace

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