reveal: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 36: Line 36:
<dd class="notedate">Posted on January 15, 2007</dd>
<dd class="notedate">Posted on January 15, 2007</dd>
<dt class="note">'''[[User:Ceeeb|Ceeeb]]'''</dt>
<dt class="note">'''[[User:Ceeeb|Ceeeb]]'''</dt>
<dd class="note">In OFP v1.96, When a target is revealed to a unit, it's knowsAbout rating is set to 1, unless it was already more than 1. See [[knowsAbout]] for more details about knowsAbout ratings.</dd>
<dd class="note">In '''OFP v1.96''', When a target is revealed to a unit, it's knowsAbout rating is set to 1, unless it was already more than 1 in which case reveal does nothing. See [[knowsAbout]] for more details about knowsAbout ratings.</dd>
<!-- Note Section END -->
<!-- Note Section END -->
</dl>
</dl>


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>

Revision as of 02:02, 16 January 2007


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

Posted on January 15, 2007
Ceeeb
In OFP v1.96, When a target is revealed to a unit, it's knowsAbout rating is set to 1, unless it was already more than 1 in which case reveal does nothing. See knowsAbout for more details about knowsAbout ratings.

Bottom Section