EngineStreamingGetModelLoadState

From Multi Theft Auto: Wiki
Jump to navigation Jump to search

ADDED/UPDATED IN VERSION 1.6.1 r22676:
This function returns load state of model.

Syntax

string engineStreamingGetModelLoadState( number modelID )

Required Arguments

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

Returns

Returns string with model load state. Possible load states:

  • unloaded - model is not loaded.
  • loaded - model is loaded.
  • requested - model is waiting for loading.
  • reading - model is being read
  • finishing - second reading state for big models.

See Also