Rigs of Rods 2023.09
Soft-body Physics Simulation
Loading...
Searching...
No Matches
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.
 
std::string particleSystemName
 Name in .particle file ~ for display in Tuning UI.
 

Detailed Description

Definition at line 332 of file GfxData.h.

Field Documentation

◆ directionNode

NodeNum_t RoR::Exhaust::directionNode = NODENUM_INVALID

Definition at line 335 of file GfxData.h.

◆ emitterNode

NodeNum_t RoR::Exhaust::emitterNode = NODENUM_INVALID

Definition at line 334 of file GfxData.h.

◆ particleSystemName

std::string RoR::Exhaust::particleSystemName

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

Definition at line 338 of file GfxData.h.

◆ smokeNode

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

Definition at line 336 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 337 of file GfxData.h.


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