Native referenceFiveM

RELEASE_SCRIPT_GUID_FROM_ENTITY

0x2B3334BCA57CD799 SHAPETEST
FUNCTION SIGNATURE
void RELEASE_SCRIPT_GUID_FROM_ENTITY(Entity entity);
Property Value
Native Name RELEASE_SCRIPT_GUID_FROM_ENTITY
Hash 0x2B3334BCA57CD799
Return Type void
Parameters entity (Entity)

Description: Invalidates the entity handle passed by removing the fwScriptGuid from the entity. This should be used when receiving an ambient entity from shape testing natives, but can also be used for other natives returning an 'irrelevant' entity handle.

Parameters

  • entity (Entity) — The entity handle to invalidate.
Back to SHAPETEST