GET_ENTITY_ADDRESS
**Experimental**: This native may be altered or removed in future versions of CitizenFX without warning. Returns the memory address of an entity. This native is intended for singleplayer debugging, and may not be available during multiplayer.
CFX
Signature
lua
GetEntityAddress(entity)
-- returns Any*Parameters
| Name | Type | Description |
|---|---|---|
| Entity | The handle of the entity to get the address of. |
Usage
lua
GetEntityAddress(entity)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- API set
- Source
- cfx
Source: cfx
