Player::isPropValid

From RAGE Multiplayer Wiki

List of component/props ID
gtaxscripting.blogspot.com/2016/04/gta-v-peds-component-and-props.html

Syntax

player.isPropValid(componentId, drawableId, TextureId);

Required Arguments

  • componentId: int
  • drawableId: int
  • TextureId: int

Return value

  • Boolean

Example

// todo

See also