Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.54 KB | None | 0 0
  1.           class AcreIntercoms {
  2.             class Intercom_1 {                            
  3.                 displayName = "Crew intercom";            
  4.                 shortName = "Crew";                        
  5.                 allowedPositions[] = {"crew" {"FFV", 1}};
  6.                 disabledPositions[] = {{"FFV", {2,9}}};              
  7.                 limitedPositions[] = {};
  8.                 numLimitedPositions = 0;
  9.                 masterPositions[] = {{"FFV", 1}};
  10.                 connectedByDefault = false;
  11.             };
  12.         };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement