clearVehicleInit: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) 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= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| '''clearVehicleInit''' objectName|= | | '''clearVehicleInit''' objectName|SYNTAX= | ||
|p1= objectName: [[Object]]|= | |p1= objectName: [[Object]]|PARAMETER1= | ||
| [[Nothing]] |= | | [[Nothing]] |RETURNVALUE= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>_tank1 setVehicleInit "hint 'hi all'"; processInitCommands; clearVehicleInit tank1</code>|= | |x1= <code>_tank1 setVehicleInit "hint 'hi all'"; processInitCommands; clearVehicleInit tank1</code>|EXAMPLE1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[setVehicleInit]], [[processInitCommands]] |= | | [[setVehicleInit]], [[processInitCommands]] |SEEALSO= | ||
}} | }} |
Revision as of 14:35, 7 April 2019
Description
- Description:
- Clears the object's init.
- Groups:
- Uncategorised
Syntax
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