BIN fnc cargoPlatform 01 adjust: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Text replacement - "_{10,} " to " ")
Line 1: Line 1:
{{Function|Comments=
{{Function|Comments=
____________________________________________________________________________________________
 


| arma3 |Game name=
| arma3 |Game name=
Line 7: Line 7:


|gr1= Cargo Platform |GROUP1=
|gr1= Cargo Platform |GROUP1=
____________________________________________________________________________________________
 


| Adjust Military Cargo Platform legs length in [[Eden Editor]]. |Description=
| Adjust Military Cargo Platform legs length in [[Eden Editor]]. |Description=
____________________________________________________________________________________________
 


| [object] call [[BIN_fnc_cargoPlatform_01_adjust]];|Syntax=
| [object] call [[BIN_fnc_cargoPlatform_01_adjust]];|Syntax=
Line 17: Line 17:


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


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


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

Revision as of 20:50, 16 January 2021

Hover & click on the images for description

Description

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

Syntax

Syntax:
[object] 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