clearVehicleInit: Difference between revisions

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


{{Feature arma3|For security reasons, the command was disabled in Arma 3.}}
{{Feature arma3|For security reasons, the command was disabled in Arma 3.}}
|= Description
|DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''clearVehicleInit''' objectName|= Syntax
| '''clearVehicleInit''' objectName|SYNTAX=


|p1=  objectName: [[Object]]|= Parameter 1
|p1=  objectName: [[Object]]|PARAMETER1=


| [[Nothing]] |= Return value
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>_tank1 setVehicleInit "hint 'hi all'"; processInitCommands; clearVehicleInit tank1</code>|= Example 1
|x1= <code>_tank1 setVehicleInit "hint 'hi all'"; processInitCommands; clearVehicleInit tank1</code>|EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[setVehicleInit]], [[processInitCommands]] |= See also
| [[setVehicleInit]], [[processInitCommands]] |SEEALSO=


}}
}}

Revision as of 15:35, 7 April 2019

-wrong parameter ("Arma") defined!-1.08
Hover & click on the images for description

Description

Description:
Clears the object's init.

Arma 3
For security reasons, the command was disabled in Arma 3.
Groups:
Uncategorised

Syntax

Syntax:
clearVehicleInit objectName
Parameters:
objectName: Object
Return Value:
Nothing

Examples

Example 1:
_tank1 setVehicleInit "hint 'hi all'"; processInitCommands; clearVehicleInit tank1

Additional Information

See also:
setVehicleInitprocessInitCommands

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