clearVehicleInit: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl>" to "") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
|arma1 | |game1= arma1 | ||
|version1= 1.08 | |||
|1. | |game2= arma2 | ||
|version2= 1.00 | |||
|game3= arma2oa | |||
|version3= 1.51 | |||
|game4= tkoh | |||
|version4= 1.00 | |||
|gr1= Object Manipulation | |gr1= Object Manipulation | ||
| Clears the object's init. | |descr= Clears the object's init. | ||
{{Feature|arma3|For security reasons, the command was disabled in | {{Feature|arma3|For security reasons, the command was disabled in {{arma3}}.}} | ||
| | |s1= [[clearVehicleInit]] objectName | ||
|p1= | |p1= objectName: [[Object]] | ||
| [[Nothing]] | |r1= [[Nothing]] | ||
|x1= <code>_tank1 setVehicleInit "hint 'hi all'"; processInitCommands; clearVehicleInit | |x1= <code>_tank1 [[setVehicleInit]] "hint 'hi all'"; | ||
[[processInitCommands]]; | |||
[[clearVehicleInit]] _tank1;</code> | |||
|seealso= [[setVehicleInit]], [[processInitCommands]] | |seealso= [[setVehicleInit]], [[processInitCommands]] | ||
}} | }} | ||
Revision as of 19:18, 15 March 2021
Description
- Description:
- Clears the object's init.
- Groups:
- Object Manipulation
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