Перейти к содержанию

Vehicle::setExperimentalAttachmentSyncEnabled

Материал из RAGE MP Wiki Archive
Версия от 17:01, 22 апреля 2024; imported>Shr0x (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...")
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)


See also