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

Cam::getDofParam

Материал из RAGE MP Wiki Archive
Версия от 18:06, 25 декабря 2024; imported>Shr0x (Created page with "{{ClientsideJsFunction}} {{JSContainer| === Summary === Retrieves the value of a specific Depth of Field (DOF) parameter for a specified camera. === Syntax === <syntaxhighlight lang="javascript"> mp.game.cam.getDofParam(cameraHandle, paramHash); </syntaxhighlight> === Required Parameters === * '''cameraHandle:''' {{RageType|number}} - The handle of the camera. * '''paramHash:''' {{RageType|number}} - The hash of the DOF parameter to retrieve. === Return Value === * '...")
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Client-Side
Function

Ошибка создания миниатюры: Не удаётся сохранить эскиз по месту назначения JavaScript




See Also