Skip to main content

Gameplay::getModelDimensions

Gets the dimensions of a model.

Calculate (maximum - minimum) to get the size, in which case, Y will be how long the model is.

Syntax

```js mp.game.gameplay.getModelDimensions(modelHash); ```

Required Arguments

  • modelHash: Model hash or name

Return value

  • object: min, max

Example

```js // todo ```

See also