Player::isPropValid

From RAGE Multiplayer Wiki
Revision as of 23:43, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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