BIN fnc cargoPlatform 01 adjust: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{Feature arma3contact|This function is part of the Arma 3 Contact expansion only.}}" to "{{Feature arma3contact}}")
m (page filled)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| Adjust Military Cargo Platform legs length in [[Eden Editor]]. |Description=
bin_fnc_cargoPlatform_01_adjust
 
Adjust Military Cargo Platform legs length
*/
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small>
{{Feature arma3contact}} |Description=
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIN_fnc_cargoPlatform_01_adjust]]; --> |Syntax=
| [] call [[BIN_fnc_cargoPlatform_01_adjust]];|Syntax=


|p1= |Parameter 1=
|p1=object: [[Object]] - Cargo platform |Parameter 1=


| |Return value=
|[[Nothing]]|Return value=
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |Example 1=
|x1= <code>platform [[call]] [[BIN_fnc_cargoPlatform_01_adjust]];</code> |Example 1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| |See also=
| [[BIN_fnc_cargoPlatform_01_destruction]] [[BIN_fnc_cargoPlatform_01_update]] |See also=
}}
}}



Revision as of 09:54, 20 July 2020

Hover & click on the images for description

Description

Description:
Adjust Military Cargo Platform legs length in Eden Editor.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[] call BIN_fnc_cargoPlatform_01_adjust;
Parameters:
object: Object - Cargo platform
Return Value:
Nothing

Examples

Example 1:
platform call BIN_fnc_cargoPlatform_01_adjust;

Additional Information

See also:
BIN_fnc_cargoPlatform_01_destruction BIN_fnc_cargoPlatform_01_update

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