formZ SDK | 5.0 API Reference | Project | Modeling | Lights Manager
Description
Gets a light group's parameter.
For the parameters
FZ_LITE_GROUP_PARM_VISIBILITY
FZ_LITE_GROUP_PARM_LOCKED_ON
FZ_LITE_GROUP_PARM_SHINING_ON
FZ_LITE_GROUP_PARM_SHADOWS_ON
if the return value is -1, the status of the lights in the group is not the same.
For example, if there are 3 lights in a group with two lights which have
visibility on and one light with visibility off, the FZ_LITE_GROUP_PARM_VISIBILITY
parameter will be returned as -1.
Plugin Prototype
fzrt_error_td fz_lite_grup_get_parm(
fzrt_int | windex, |
group_tag, | |
which, | |
data ) |
Parameters
windex [Input]
project window index
group_tag [Input]
light group tag
which [Input]
parameter identifier
data [Result]
parameter data
Returns
Error codes
Availability
5.0.0.0
Example Files
See Also
Function Set
Defined in