XPMP2
X-Plane multiplayer library 2 - using instancing
Public Member Functions | Public Attributes | List of all members
XPMP2::Obj8DataRefs Struct Reference

A pair of strings, first one to search for, second one to replace it with. More...

#include <RelatedDoc8643.h>

Public Member Functions

 Obj8DataRefs (std::string &&_s, std::string &&_r)
 Constructor just loads the strings. More...
 

Public Attributes

std::string s
 search the .obj file for this string More...
 
std::string r
 if found replace it with this string More...
 

Detailed Description

A pair of strings, first one to search for, second one to replace it with.

Constructor & Destructor Documentation

◆ Obj8DataRefs()

XPMP2::Obj8DataRefs::Obj8DataRefs ( std::string &&  _s,
std::string &&  _r 
)
inline

Constructor just loads the strings.

Member Data Documentation

◆ r

std::string XPMP2::Obj8DataRefs::r

if found replace it with this string

◆ s

std::string XPMP2::Obj8DataRefs::s

search the .obj file for this string


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