Fred Gandt/sandbox – User

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (template:command argument fix)
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Check if (and by how much) unit knows about target. If unit is vehicle, vehicle commander is considered. |= Description
| Check if (and by how much) unit knows about target. If unit is vehicle, vehicle commander is considered. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Number]] <nowiki>=</nowiki> unit '''knowsAbout''' target |= Syntax
| [[Number]] <nowiki>=</nowiki> unit '''knowsAbout''' target |SYNTAX=


|p1= unit: [[Object]], [[Group]] or [[Side]] |= Parameter 1
|p1= unit: [[Object]], [[Group]] or [[Side]] |PARAMETER1=


|p2= target: [[Object]] |= Parameter 2
|p2= target: [[Object]] |PARAMETER2=


| [[Number]] (from <tt>0</tt> to <tt>4</tt>) |= Return value
| [[Number]] (from <tt>0</tt> to <tt>4</tt>) |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>_kv = _soldierOne [[knowsAbout]] _jeepOne;</code> |= Example 1
|x1= <code>_kv = _soldierOne [[knowsAbout]] _jeepOne;</code> |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


|x2= <code>_kv = ([[side]] [[player]]) [[knowsAbout]] _target;</code> |= Example 2
|x2= <code>_kv = ([[side]] [[player]]) [[knowsAbout]] _target;</code> |EXAMPLE2=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 142: Line 142:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[nearTargets]], [[reveal]] |= See also
| [[nearTargets]], [[reveal]] |SEEALSO=
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 15:39, 7 April 2019