processInitCommands: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (Remove BIS_fnc_MP mention)
Line 1: Line 1:
{{Command|= Comments
{{Command|Comments=
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma |= Game name
| arma |Game name=


|1.00|= Game version
|1.00|Game version=
|eff= global |= Effects in MP
|eff= global |Effects in MP=
____________________________________________________________________________________________
____________________________________________________________________________________________


| Process statements stored using [[setVehicleInit]]. The statements will only be executed once even if '''processInitCommands''' is called multiple times.<br><br>
| Process statements stored using [[setVehicleInit]]. The statements will only be executed once even if [[processInitCommands]] is called multiple times.<br><br>


{{Feature arma3|For security reasons, the command was disabled in Arma 3. Use [[remoteExec]] or [[BIS_fnc_MP]] for remote execution.}}
{{Feature arma3|For security reasons, the command was disabled in Arma 3.<br>
For remote execution, see [[Arma 3 Remote Execution]], [[remoteExec]] and [[remoteExecCall]].}}
|DESCRIPTION=
|DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''processInitCommands''' |SYNTAX=
| [[processInitCommands]] |SYNTAX=


| [[Nothing]] |RETURNVALUE=
| [[Nothing]] |RETURNVALUE=
Line 20: Line 21:


| [[setVehicleInit]], [[clearVehicleInit]] |SEEALSO=
| [[setVehicleInit]], [[clearVehicleInit]] |SEEALSO=
}}
}}


Line 31: Line 31:


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands|PROCESSINITCOMMANDS]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands OFP Elite |PROCESSINITCOMMANDS]]
[[Category:Scripting Commands OFP Elite |{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA|PROCESSINITCOMMANDS]]
[[Category:Scripting Commands ArmA|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]

Revision as of 16:00, 15 July 2019

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

Description

Description:
Process statements stored using setVehicleInit. The statements will only be executed once even if processInitCommands is called multiple times.

Arma 3
For security reasons, the command was disabled in Arma 3.
For remote execution, see Arma 3 Remote Execution, remoteExec and remoteExecCall.
Groups:
Uncategorised

Syntax

Syntax:
processInitCommands
Return Value:
Nothing

Examples

Examples:
Example needed

Additional Information

See also:
setVehicleInitclearVehicleInit

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