clearVehicleInit: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (just guessing)
mNo edit summary
Line 35: Line 35:
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands needing definition|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Variables|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Object_Manipulation|{{uc:{{PAGENAME}}}}]]

Revision as of 21:39, 26 May 2007

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

Description

Description:
Clears the obect's init.
Groups:
Uncategorised

Syntax

Syntax:
clearVehicleInit object
Parameters:
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