clearVehicleInit: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (just guessing)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| ? |= Description
| Clears the obect's init. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''?''' |= Syntax
| '''clearVehicleInit''' object |= Syntax


|p1= |= Parameter 1
|p1= object|= Parameter 1


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


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


}}
}}

Revision as of 10:19, 25 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