with: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " +<\/code>" to "</code>")
m (Text replacement - "<code> +" to "<code>")
Line 59: Line 59:
|r1=[[With Type]]
|r1=[[With Type]]


|x1= <code> _myWithType = [[with]] [[uiNamespace]];</code>
|x1= <code>_myWithType = [[with]] [[uiNamespace]];</code>
|x2= <code>[[with]] [[missionNamespace]] [[do]] {global = global + 1};</code>
|x2= <code>[[with]] [[missionNamespace]] [[do]] {global = global + 1};</code>



Revision as of 23:48, 10 June 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
Program Flow

Syntax

Syntax:
Syntax needed
Parameters:
namespace: Namespace
Return Value:
With Type

Examples

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

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