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

Decorator::decorIsRegisteredAsType

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

Is property of that type.

1 - float
2 - bool
3 - int
5 - time

Syntax

<syntaxhighlight lang="javascript">mp.game.decorator.decorIsRegisteredAsType(propertyName, type);</syntaxhighlight>

Required Arguments

  • propertyName: String
  • type: int

Return value

  • Boolean

Example

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

See also

Шаблон:Decorator s function c