Player::isPropValid
List of component/props ID gtaxscripting.blogspot.com/2016/04/gta-v-peds-component-and-props.html
Syntax
```js player.isPropValid(componentId, drawableId, TextureId); ```
Required Arguments
- componentId: int
- drawableId: int
- TextureId: int
Return value
- Boolean
Example
```js // todo ```