add /sim/model/livery/file for internal use in the aircraft.livery class;
This is meant to contain the basename of a livery file in the livery dir.
This commit is contained in:
parent
0923158138
commit
24277bf0c0
1 changed files with 1 additions and 0 deletions
|
@ -148,6 +148,7 @@ FGMultiplayMgr::sIdPropertyList[] = {
|
|||
{1006, "controls/armament/station[0]/jettison-all", SGPropertyNode::BOOL},
|
||||
|
||||
{1100, "sim/model/variant", SGPropertyNode::INT},
|
||||
{1101, "sim/model/livery/file", SGPropertyNode::STRING},
|
||||
|
||||
{10001, "sim/multiplay/transmission-freq-hz", SGPropertyNode::STRING},
|
||||
{10002, "sim/multiplay/chat", SGPropertyNode::STRING},
|
||||
|
|
Loading…
Reference in a new issue