Function; setEngineGlow - HWRM/KarosGraveyard GitHub Wiki

setEngineGlow(vObjectType,1,1,1.02,20,300,50,1.5,{<fColorR, fColorG, fColorB, fColorA});

Description

  • Configures capital ship style engine glow mesh. Normally called from a .ship file.

Example

setEngineGlow(NewShipType,1,1,1.02,20,300,50,1.5,{0.27, 0.47, .69, 0.25}); 

Arguments

  • <vObjectType>: Usually NewShipType.
  • <maxTranslation>
  • <flickerMin>
  • <flickerMax>
  • <flickerFrequency>
  • <blurStartDistance>
  • <blurFullOnDistance>
  • <maxBlur>
  • <glowColour>

Scope

Related Pages

Comments

Function params are untested and pulled from EXE disassembly.

Page Status

Updated Formatting? Yes
Updated for HWRM? Yes

⚠️ **GitHub.com Fallback** ⚠️