reveal: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (moved command to template)
Line 4: Line 4:
[[Category:Scripting Commands ArmA|REVEAL]]
[[Category:Scripting Commands ArmA|REVEAL]]


{{Command|= Comments
____________________________________________________________________________________________


<h2 style="color:#000066">'''''group'' reveal ''unit'''''</h2>
| ofp |= Game name


|1.00|= Game version
____________________________________________________________________________________________


'''Operand types:'''
| Reveal unit to a [[group]] or another unit. Command does not care if the unit/[[group]] [[knowsAbout]] the revealed unit or not. |= Description
____________________________________________________________________________________________


'''group:''' [[Object or Group]]
| group '''reveal''' unit |= Syntax


'''unit:''' [[Object]]
|p1= group: [[Object or Group]] |= Parameter 1


'''Type of returned value:'''
|p2= unit: [[Object]] |= Parameter 2


[[Nothing]]
| [[Nothing]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>soldierOne reveal soldierTwo</pre> |= Example 1
____________________________________________________________________________________________


'''Description:'''
|  |= See also


Reveal unit to a [[group]] or another unit.
}}


Command does not care if the unit/[[group]] [[knowsAbout]] the revealed unit or not.
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
</dl>


'''Example:'''
<h3 style="display:none">Bottom Section</h3>
 
soldierOne '''reveal''' soldierTwo

Revision as of 03:35, 3 August 2006


Hover & click on the images for description

Description

Description:
Reveal unit to a group or another unit. Command does not care if the unit/group knowsAbout the revealed unit or not.
Groups:
Uncategorised

Syntax

Syntax:
group reveal unit
Parameters:
group: Object or Group
unit: Object
Return Value:
Nothing

Examples

Example 1:
soldierOne reveal soldierTwo

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

Notes

Bottom Section