Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 517 Bytes

File metadata and controls

26 lines (15 loc) · 517 Bytes

LightDynamic

from tdw.object_data.composite_object.sub_object.light_dynamic import LightDynamic

Dynamic data for a light sub-object of a composite object.


Fields

  • is_on If True, the light is on.

  • sub_object_id The ID of this sub-object.


Functions

__init__

LightDynamic(is_on, sub_object_id)

Parameter Type Default Description
is_on bool If True, the light is on.
sub_object_id int The ID of this sub-object.