clearVehicleInit: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Lou Montana (talk | contribs) m (Text replacement - "<sqf>([^↵][^\/]*↵[^\/]*)<\/sqf>" to "<sqf> $1 </sqf>") |
||
(47 intermediate revisions by 12 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
| | |game1= arma1 | ||
|version1= 1.08 | |||
|1. | |game2= arma2 | ||
|version2= 1.00 | |||
| | |game3= arma2oa | ||
|version3= 1.50 | |||
| | |game4= tkoh | ||
|version4= 1.00 | |||
| | |gr1= Object Manipulation | ||
| | |descr= Clears the object's init. | ||
| | | {{Feature|arma3|For security reasons, the command was disabled in {{arma3}}.}} | ||
|s1= [[clearVehicleInit]] objectName | |||
|p1= objectName: [[Object]] | |||
|r1= [[Nothing]] | |||
< | |x1= <sqf> | ||
</ | _tank1 setVehicleInit "hint 'hi all'"; | ||
processInitCommands; | |||
clearVehicleInit _tank1; | |||
</sqf> | |||
|seealso= [[setVehicleInit]] [[processInitCommands]] | |||
[[ | }} | ||
[[ |
Latest revision as of 11:35, 3 September 2024
Description
- Description:
- Clears the object's init.
- Groups:
- Object Manipulation
Syntax
- Syntax:
- clearVehicleInit objectName
- Parameters:
- objectName: Object
- Return Value:
- Nothing
Examples
- Example 1:
Additional Information
- See also:
- setVehicleInit processInitCommands
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