Native referenceFiveM

SET_ENTITY_LOD_DIST

0x5927F96A78577363 ENTITY
FUNCTION SIGNATURE
void SET_ENTITY_LOD_DIST(Entity entity, int value);
Property Value
Native Name SET_ENTITY_LOD_DIST
Hash 0x5927F96A78577363
Return Type void
Parameters entity (Entity), value (int)

Description: ``` LOD distance can be 0 to 0xFFFF (higher values will result in 0xFFFF) as it is actually stored as a 16-bit value (aka uint16_t).

Back to ENTITY