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

Ped::getTattooZone

Материал из RAGE MP Wiki Archive
Версия от 21:29, 6 мая 2017; imported>Marty uploader (yay)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Returns the zoneID for the overlay if it is a member of collection.
enum TattooZoneData
{
ZONE_TORSO = 0,
ZONE_HEAD = 1,
ZONE_LEFT_ARM = 2,
ZONE_RIGHT_ARM = 3,
ZONE_LEFT_LEG = 4,
ZONE_RIGHT_LEG = 5,
ZONE_UNKNOWN = 6,
ZONE_NONE = 7,
};

Syntax

<syntaxhighlight lang="javascript">mp.game.ped.getTattooZone(collection, overlay);</syntaxhighlight>

Required Arguments

  • collection: Model hash or name
  • overlay: Model hash or name

Return value

  • int

Example

<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>

See also