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

RAGE.Elements.Vehicle.SetShootAtTarget

Материал из RAGE MP Wiki Archive
Версия от 12:50, 12 мая 2024; imported>Shr0x (Created page with " {{ClientsideCsFunction}} {{CSharpContainer| ===Required Params=== *'''entity:''' {{RageType|int}} *'''xTarget:''' {{RageType|float}} *'''yTarget:''' {{RageType|float}} *'''zTarget:''' {{RageType|float}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> vehicle.SetShootAtTarget(entity, xTarget, yTarget, zTarget) </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Vehicle_def...")
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Client-Side
Function

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




See also