EngineGetModelFlags: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "__NOTOC__ {{Client function}} {{New feature/item|4|1.6.0|21695|This function returns model flags.}} ==Syntax== <syntaxhighlight lang="lua"> int engineGetModelFlags( int modelID ) </syntaxhighlight> {{OOP||Engine.getModelFlags}} ===Required Arguments=== * '''modelID''': ID of the model you want to get flags. ===Returns=== Returns ''int'' with model flags in GTA format, throws an error otherwise. ==See Also== {{Engine_functions}}")
 
(No difference)

Latest revision as of 19:12, 16 April 2023

ADDED/UPDATED IN VERSION 1.6.0 r21695:
This function returns model flags.

Syntax

int engineGetModelFlags( int modelID )


OOP Syntax Help! I don't understand this!

Method: Engine.getModelFlags(...)


Required Arguments

  • modelID: ID of the model you want to get flags.

Returns

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

See Also