Transfer a variant index of type integer. What the number means is
determined by the aircraft. This allows to let an aircraft appear in the same livery/variant on all machines which the pilot chose.
This commit is contained in:
parent
a5696122f1
commit
5246e4541f
1 changed files with 3 additions and 1 deletions
|
@ -147,6 +147,8 @@ FGMultiplayMgr::sIdPropertyList[] = {
|
|||
{1005, "controls/lighting/nav-lights", SGPropertyNode::FLOAT},
|
||||
{1006, "controls/armament/station[0]/jettison-all", SGPropertyNode::BOOL},
|
||||
|
||||
{1100, "sim/model/variant", SGPropertyNode::INT},
|
||||
|
||||
{10001, "sim/multiplay/transmission-freq-hz", SGPropertyNode::STRING},
|
||||
{10002, "sim/multiplay/chat", SGPropertyNode::STRING},
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue