Skip to main content

Entity::getScript

All ambient entities in-world seem to have the same value for the second argument (Any *script), depending on when the scripthook was activated/re-activated. I've seen numbers from ~5 to almost 70 when the value was translated with to_string. The function return value seems to always be 0.

Syntax

```js entity.getScript(script); ```

Required Arguments

  • script: ScrHandle

Return value

  • ScrHandle

Example

```js // todo ```

See also