| Property | Value |
|---|---|
| Native Name | CASCADE_SHADOWS_ENABLE_ENTITY_TRACKER |
| Hash | 0x8FBFD2AEB196B369 |
| Return Type | void |
| Build | 1207 |
| API Set | client |
| Parameters | toggle (BOOL) |
Description: When this is set to ON, shadows only draw as you get nearer.
When OFF, they draw from a further distance.
Usage
Lua (Direct):
CascadeShadowsEnableEntityTracker(toggle)
Lua (Hash):
Citizen.InvokeNative(0x8FBFD2AEB196B369, toggle)