Vehicle::setExperimentalAttachmentSyncEnabled: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

22 April 2024

  • curprev 17:0117:01, 22 April 2024Shr0x talk contribs 492 bytes +492 Created page with "{{JSContainer| === Required Arguments === *'''enable:''' Boolean ===Return value=== *'''void''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.setExperimentalAttachmentSyncEnabled(enable); </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> mp.game.vehicle.setExperimentalAttachmentSyncEnabled(false); //disable experimental attachment sync. </syntaxhighlight> }} ==See also== {{Vehicle_s_function_c}} Category:Clientside API Categor..."