PrApi: LightListItem

LightListItem

Returns the id of the light specified by the index.

 Public Function LightListItem(
	  ByVal Index As Long ) As Long

Parameters

Index
The index of the light.

Return Values

The id of the light (see PR_LIGHT enumeration). On error 0 is returned.

Languages

[Visual Basic] Public Function LightListItem(ByVal Index As Long) As Long

[Delphi] function LightListItem(index: Integer): Integer;

[C++] long LightListItem(long index);

Remarks

See Also

Class PrApi Overview PrApi Properties PrApi Methods IsCalibrated Lights