Decorator::decorIsRegisteredAsType
Is property of that type.
1 - float 2 - bool 3 - int 5 - time
Syntax
```js mp.game.decorator.decorIsRegisteredAsType(propertyName, type); ```
Required Arguments
- propertyName: String
- type: int
Return value
Example
```js // todo ```
See also