RigsofRods
Soft-body Physics Simulation
Data Fields
RoR::Exhaust Struct Reference

#include <GfxData.h>

Data Fields

NodeNum_t emitterNode = NODENUM_INVALID
 
NodeNum_t directionNode = NODENUM_INVALID
 
Ogre::SceneNode * smokeNode = nullptr
 
Ogre::ParticleSystem * smoker = nullptr
 This remains nullptr if removed via addonpart_unwanted_exhaust or Tuning UI. More...
 
std::string particleSystemName
 Name in .particle file ~ for display in Tuning UI. More...
 

Detailed Description

Definition at line 310 of file GfxData.h.

Field Documentation

◆ directionNode

NodeNum_t RoR::Exhaust::directionNode = NODENUM_INVALID

Definition at line 313 of file GfxData.h.

◆ emitterNode

NodeNum_t RoR::Exhaust::emitterNode = NODENUM_INVALID

Definition at line 312 of file GfxData.h.

◆ particleSystemName

std::string RoR::Exhaust::particleSystemName

Name in .particle file ~ for display in Tuning UI.

Definition at line 316 of file GfxData.h.

◆ smokeNode

Ogre::SceneNode* RoR::Exhaust::smokeNode = nullptr

Definition at line 314 of file GfxData.h.

◆ smoker

Ogre::ParticleSystem* RoR::Exhaust::smoker = nullptr

This remains nullptr if removed via addonpart_unwanted_exhaust or Tuning UI.

Definition at line 315 of file GfxData.h.


The documentation for this struct was generated from the following file: