RedM Index logoRedM Index
NativesHashesClothesBlipsPropsItem Tool
Sign inGet started

Reference

  • Natives
  • Hashes
  • Clothes
  • Blips
  • Props

Namespace

  1. Reference
  2. Natives
  3. _IS_TRAIN_INTERIOR_LOADED

_IS_TRAIN_INTERIOR_LOADED

Checks whether the entity's interior is currently loaded by the game engine. This is mainly used for train carriages. When the player is far away or not standing on the train, the game unloads interiors of distant carriages as an optimization. If the interior of the entity is currently loaded, this native returns true

ENTITYBuild 1207

Signature

lua
IsTrainInteriorLoaded(entity)
-- returns BOOL

Parameters

NameTypeDescription
Entity—

Usage

lua
IsTrainInteriorLoaded(entity)

Generated from the native name, hash, and parameter list. Add a real example.

Details

Hash
Source
VORPCORE/RDR3natives

Source: VORPCORE/RDR3natives

On this page

  • Signature
  • Parameters
  • Usage
  • Details