1
0
Fork 0

Maik JUSTUS: aerotowing properties

This commit is contained in:
mfranz 2007-01-17 20:44:42 +00:00
parent 53f09ff6a5
commit 6d2789816b

View file

@ -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},