openCuratorInterface: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
(example)
Line 14: Line 14:
| [[Nothing]] |= RETURNVALUE  
| [[Nothing]] |= RETURNVALUE  


|x1= <code></code>|= EXAMPLE1  
|x1= Open interface: <code>[[openCuratorInterface]];</code>|= EXAMPLE1
 
|x2= Close interface: <code>[[findDisplay]] 312 [[closeDisplay]] 2;</code>|= EXAMPLE1
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= SEEALSO  
| [[Curator]] |= SEEALSO  


| |= MPBEHAVIOUR  
| mp= Client side execution |= MPBEHAVIOUR  
____________________________________________________________________________________________
____________________________________________________________________________________________
}}
}}

Revision as of 19:23, 18 February 2014

Hover & click on the images for description

Description

Description:
Force opens curator interface.
Multiplayer:
Client side execution
Groups:
Uncategorised

Syntax

Syntax:
openCuratorInterface
Return Value:
Nothing

Examples

Example 1:
Open interface: openCuratorInterface;
Example 2:
Close interface: findDisplay 312 closeDisplay 2;

Additional Information

See also:
Curator

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