getPlateNumber: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category\: ?Command[ _]Group\:.*\|\{\{uc\:\{\{PAGENAME\}\}\}\}\]\] " to "")
m (Some wiki formatting)
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| arma3 |Game name=
|game1= arma3
|version1= 1.82


|1.82|Game version=
|gr1= Object Manipulation


|gr1= Object Manipulation |GROUP1=
|descr= Get the license plates from any vehicle which has plates configured.
____________________________________________________________________________________________


|Get the license plates from any vehicle which has plates configured.|DESCRIPTION=
|s1= [[getPlateNumber]] vehicle
____________________________________________________________________________________________


|'''getPlateNumber''' vehicle |SYNTAX=
|p1= vehicle: [[Object]]


|p1= vehicle: [[Object]] |PARAMETER1=
|r1= [[String]]


|x1= <sqf>if (getPlateNumber vehicle player != "H4X0RZ") then { hint "u no 1337 bro" };</sqf>


| [[String]]|RETURNVALUE=
|seealso= [[setPlateNumber]]
 
____________________________________________________________________________________________
 
|x1= <code>'''getPlateNumber''' [[vehicle]] [[player]]</code> |EXAMPLE1=
____________________________________________________________________________________________
 
| [[setPlateNumber]] |SEEALSO=
 
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]

Latest revision as of 00:51, 4 May 2022

Hover & click on the images for description

Description

Description:
Get the license plates from any vehicle which has plates configured.
Groups:
Object Manipulation

Syntax

Syntax:
getPlateNumber vehicle
Parameters:
vehicle: Object
Return Value:
String

Examples

Example 1:
if (getPlateNumber vehicle player != "H4X0RZ") then { hint "u no 1337 bro" };

Additional Information

See also:
setPlateNumber

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