====== LensFlareExBank ====== ===== Fields ===== ^ Field ^ Type ^ Offset ^ Description ^ Notes ^ | lightDegRotX | ''s16'' | ''0x0'' | The horizontal angle to use for this light source. In degrees. | | | lightDegRotY | ''s16'' | ''0x2'' | The vertical angle to use for this light source. In degrees. | | | colR | ''s16'' | ''0x4'' | The red component of the RGBA color used for this light source. | | | colG | ''s16'' | ''0x6'' | The green component of the RGBA color used for this light source. | | | colB | ''s16'' | ''0x8'' | The blue component of the RGBA color used for this light source. | | | colA | ''s16'' | ''0xa'' | The alpha component of the RGBA color used for this light source. | | | lightDist | ''f32'' | ''0xc'' | The distance of this light source. In metres. | |