setLightVolumeShape: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) |
Lou Montana (talk | contribs) m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *O([a-z ])" to "$1 - o$2") |
||
(5 intermediate revisions by the same user not shown) | |||
Line 10: | Line 10: | ||
|eff= local | |eff= local | ||
|descr= Sets the lightpoint (directional light {{ | |descr= Sets the lightpoint (directional light {{hl|#lightreflector}})'s volume shape. | ||
|s1= lightReflector [[setLightVolumeShape]] [shapePath, scale] | |s1= lightReflector [[setLightVolumeShape]] [shapePath, scale] | ||
|p1= lightReflector : [[Object]] - | |p1= lightReflector : [[Object]] - object of class {{hl|#lightreflector}}) | ||
|p2= shapePath: [[String]] | |p2= shapePath: [[String]] | ||
Line 22: | Line 22: | ||
|r1= [[Nothing]] | |r1= [[Nothing]] | ||
|x1= < | |x1= <sqf>_light setLightVolumeShape ["a3\data_f\VolumeLightFlashlight.p3d", [1, 1, 1]];</sqf> | ||
|seealso= [[setLightColor]] [[setLightAmbient]] [[setLightBrightness]] [[lightAttachObject]] [[lightDetachObject]] [[setLightIntensity]] [[setLightAttenuation]] [[setLightUseFlare]] [[setLightFlareSize]] | |seealso= [[setLightColor]] [[setLightAmbient]] [[setLightBrightness]] [[lightAttachObject]] [[lightDetachObject]] [[setLightIntensity]] [[setLightAttenuation]] [[setLightUseFlare]] [[setLightFlareSize]] [[setLightFlareMaxDistance]] [[setLightDayLight]] [[setLightIR]] | ||
}} | }} |
Latest revision as of 15:44, 8 November 2023
Description
- Description:
- Sets the lightpoint (directional light #lightreflector)'s volume shape.
- Groups:
- Lights
Syntax
- Syntax:
- lightReflector setLightVolumeShape [shapePath, scale]
- Parameters:
- lightReflector : Object - object of class #lightreflector)
- shapePath: String
- scale: Array - [sizeX, sizeY, sizeZ]
- Return Value:
- Nothing
Examples
- Example 1:
- _light setLightVolumeShape ["a3\data_f\VolumeLightFlashlight.p3d", [1, 1, 1]];
Additional Information
- See also:
- setLightColor setLightAmbient setLightBrightness lightAttachObject lightDetachObject setLightIntensity setLightAttenuation setLightUseFlare setLightFlareSize setLightFlareMaxDistance setLightDayLight setLightIR
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note