Description: p0 seems to always be empty string, p1 is the hash of the path
| Property | Value |
|---|---|
| Native Name | _DATABINDING_ADD_DATA_CONTAINER_FROM_PATH_BY_HASH |
| Hash | 0xD7DB94AB78E8EBE4 |
| Return Type | Any |
| Build | 1207 |
| Parameters | p0 (const char*), path (Hash) |
Parameters
p0(const char*)path(Hash)
Usage
Lua (Direct):
local result = DatabindingAddDataContainerFromPathByHash(p0, path)
Lua (Hash):
local result = Citizen.InvokeNative(0xD7DB94AB78E8EBE4, p0, path)