engineGetModelFlags | Multi Theft Auto: Wiki Skip to content

engineGetModelFlags

Client-side
Server-side
Shared

Manual Review Required

Please finish this page using the corresponding Old Wiki article. Go to Contribution guidelines for more information.


This function returns model flags.

OOP Syntax Help! I don't understand this!

  • Method: Engine.getModelFlags(...)

Syntax

int engineGetModelFlags ( int modelID )
Required Arguments
  • modelID: ID of the model you want to get flags.

Returns

  • int: value

Returns int with model flags in GTA format, throws an error otherwise.

Code Examples

Script Example Missing

Function engineGetModelFlags needs a script example. Help out by writing one.

Contribution guidelines

See Also

Engine Functions
Engine Elements