Maik JUSTUS: aerotowing properties
This commit is contained in:
parent
53f09ff6a5
commit
6d2789816b
1 changed files with 17 additions and 0 deletions
|
@ -119,6 +119,23 @@ FGMultiplayMgr::sIdPropertyList[] = {
|
|||
{830, "rotors/tail/blade[0]/position-deg", SGPropertyNode::FLOAT},
|
||||
{831, "rotors/tail/blade[1]/position-deg", SGPropertyNode::FLOAT},
|
||||
|
||||
{900, "sim/hitches/aerotow/tow/length", SGPropertyNode::FLOAT},
|
||||
{901, "sim/hitches/aerotow/tow/elastic-constant", SGPropertyNode::FLOAT},
|
||||
{902, "sim/hitches/aerotow/tow/weight-per-m-kg-m", SGPropertyNode::FLOAT},
|
||||
{903, "sim/hitches/aerotow/tow/dist", SGPropertyNode::FLOAT},
|
||||
{904, "sim/hitches/aerotow/tow/connected-to-property-node", SGPropertyNode::BOOL},
|
||||
{905, "sim/hitches/aerotow/tow/connectedToAIorMP-callsign", SGPropertyNode::STRING},
|
||||
{906, "sim/hitches/aerotow/tow/brake-force", SGPropertyNode::FLOAT},
|
||||
{907, "sim/hitches/aerotow/tow/end-force-x", SGPropertyNode::FLOAT},
|
||||
{908, "sim/hitches/aerotow/tow/end-force-y", SGPropertyNode::FLOAT},
|
||||
{909, "sim/hitches/aerotow/tow/end-force-z", SGPropertyNode::FLOAT},
|
||||
{930, "sim/hitches/aerotow/is-slave", SGPropertyNode::BOOL},
|
||||
{931, "sim/hitches/aerotow/speed-in-tow-direction", SGPropertyNode::FLOAT},
|
||||
{932, "sim/hitches/aerotow/open", SGPropertyNode::BOOL},
|
||||
{933, "sim/hitches/aerotow/local-pos-x", SGPropertyNode::FLOAT},
|
||||
{934, "sim/hitches/aerotow/local-pos-y", SGPropertyNode::FLOAT},
|
||||
{935, "sim/hitches/aerotow/local-pos-z", SGPropertyNode::FLOAT},
|
||||
|
||||
{1001, "controls/flight/slats", SGPropertyNode::FLOAT},
|
||||
{1002, "controls/flight/speedbrake", SGPropertyNode::FLOAT},
|
||||
{1003, "controls/flight/spoilers", SGPropertyNode::FLOAT},
|
||||
|
|
Loading…
Reference in a new issue