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

#include <SimData.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 638 of file SimData.h.

Field Documentation

◆ directionNode

NodeNum_t RoR::exhaust_t::directionNode = NODENUM_INVALID

Definition at line 641 of file SimData.h.

◆ emitterNode

NodeNum_t RoR::exhaust_t::emitterNode = NODENUM_INVALID

Definition at line 640 of file SimData.h.

◆ particleSystemName

std::string RoR::exhaust_t::particleSystemName

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

Definition at line 644 of file SimData.h.

◆ smokeNode

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

Definition at line 642 of file SimData.h.

◆ smoker

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

This remains nullptr if removed via addonpart_unwanted_exhaust or Tuning UI.

Definition at line 643 of file SimData.h.


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