Skip to main content
Branch: Release Candidate

loadModelAsync

Callable

  • loadModelAsync(modelHash: number): void

  • Loads a model into memory asynchronously.

    Remarks

    Use this method only if you really need it, because this method is unsafe and can lead to game crashes. For normal model loading it is recommended to use alt.Utils.requestModel instead.