Decorator::decorIsRegisteredAsType
Внешний вид
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>