reveal: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(expanded)
(Different command effect in different games!)
Line 14: Line 14:
| Reveals a unit to a [[group]] or another unit.  
| Reveals a unit to a [[group]] or another unit.  


The [[knowsAbout|knowledge value]] will be set to the highest level any unit of the revealing side has about the revealed unit. If the revealing side has ''no'' knowledge about the revealed unit, the value will be set to 1. |= Description
In '''(game?)''', the [[knowsAbout|knowledge value]] will be set to the highest level any unit of the revealing side has about the revealed unit. If the revealing side has ''no'' knowledge about the revealed unit, the value will be set to 1.
 
In '''OFP v1.96''', when a target is revealed to a unit, the unit's [[knowsAbout|knowledge]] of the target is set to 1, unless it was already more than 1 in which case reveal does nothing. All units in one group share a single knowledge base. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 36: Line 38:
<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
<dd class="notedate">Posted on January 15, 2007</dd>
<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 in which case reveal does nothing. See [[knowsAbout]] for more details about knowsAbout ratings and limitations.</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 05:58, 13 February 2007


Hover & click on the images for description

Description

Description:
Reveals a unit to a group or another unit. In (game?), the knowledge value will be set to the highest level any unit of the revealing side has about the revealed unit. If the revealing side has no knowledge about the revealed unit, the value will be set to 1. In OFP v1.96, when a target is revealed to a unit, the unit's knowledge of the target is set to 1, unless it was already more than 1 in which case reveal does nothing. All units in one group share a single knowledge base.
Groups:
Uncategorised

Syntax

Syntax:
group reveal unit
Parameters:
group: Object or Group which receives revealing information
unit: Object which is revealed
Return Value:
Nothing

Examples

Example 1:
soldierOne reveal soldierTwo (soldierOne received information about soldierTwo)

Additional Information

See also:
knowsAbout

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