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

UI helper for displaying command control keys to user. More...

#include <SimData.h>

Data Fields

std::string uckp_description
 
CommandkeyID_t uckp_key1 = COMMANDKEYID_INVALID
 
CommandkeyID_t uckp_key2 = COMMANDKEYID_INVALID
 

Detailed Description

UI helper for displaying command control keys to user.

Reconstructing such list on runtime isn't possible, we must build it on spawn.

Definition at line 694 of file SimData.h.

Field Documentation

◆ uckp_description

std::string RoR::UniqueCommandKeyPair::uckp_description

Definition at line 696 of file SimData.h.

◆ uckp_key1

CommandkeyID_t RoR::UniqueCommandKeyPair::uckp_key1 = COMMANDKEYID_INVALID

Definition at line 697 of file SimData.h.

◆ uckp_key2

CommandkeyID_t RoR::UniqueCommandKeyPair::uckp_key2 = COMMANDKEYID_INVALID

Definition at line 698 of file SimData.h.


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