ACF_RenderLight
CPart of _G (Global) namespace
function ACF_RenderLight(idx, lightSize, colour, pos, duration)👁️ 0 viewsUpdated 2 hours ago
⚠️
Verification Needed
This function has no documentation yet.
Description
No description available.
Parameters
| Name | Type | Description |
|---|---|---|
idx | any | |
lightSize | any | |
colour | any | |
pos | any | |
duration | any |
Returns
No return values documented.
Examples
No examples available.
Used In(13 locations)
L78
ACF_RenderLight(idx, lightSize, colour, pos, duration)L77
ACF_RenderLight(Gun:EntIndex(), Caliber * 75, Color(255, 128, 48), Muzzle.Pos + self.DirVec * (Caliber / 5))L39
ACF_RenderLight(self:EntIndex(), 20000, Color(255, 196, 0), self:GetPos(), 0.1)L32
ACF_RenderLight(idx, self.LightSize, colour, pos, 1)L564
ACF_RenderLight(self:EntIndex(), self.Primary.LightScale, Color(255, 128, 48), self:GetPos())