SetLightTexture
DocsSetLightTexture(textureDict, textureHash)Description
Assign a texture to an existing light source, allowing custom light shapes or patterns using textures from streaming assets.
Parameters
| Name | Type | Description |
|---|---|---|
textureDict | char* | The name of the texture dictionary (TXD) containing the texture |
textureHash | int | Hash of the texture |
Returns
voidThis native does not return a value.