Skip to main content

Datafile::objectValueGetBoolean

Syntax​

```js mp.game.datafile.objectValueGetBoolean(objectData, key); ```

Required Arguments​

  • objectData: unknown (to be checked)
  • key: String

Return value​

  • Boolean

Example​

```js // todo ```

See also​