GetMapdataEntityHandle
Docslocal retval, entityHandle = GetMapdataEntityHandle(mapDataHash, entityInternalIdx)Description
Retrieves the map data entity handle.
This function supports SDK infrastructure and is not intended to be used directly from your code.
Parameters
| Name | Type | Description |
|---|---|---|
mapDataHash | int | A mapdata hash from `mapDataLoaded` event. |
entityInternalIdx | int | An internal entity's index. |
entityHandle | int* | The output entity handle. |
Returns
BOOLReturns TRUE (1) or FALSE (0).