EngineGetModelFlag

From Multi Theft Auto: Wiki
Revision as of 19:19, 16 April 2023 by TheNormalnij (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Syntax

boolean engineGetModelFlag( int modelID, string flagName )

Required Arguments

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

Returns

Returns true if flag enabled, false otherwise.

See Also