Advertisement
amram

GCB Dir/Docstring Outputs

Oct 8th, 2013
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 139.40 KB | None | 0 0
  1. ################
  2. ##            ##
  3. ##     TI     ##
  4. ##            ##
  5. ################
  6.     TI.EndTask
  7.     type: <type 'instancemethod'>
  8.     callable?: True
  9.     doc string:
  10. EndTask( (ScriptedTaskInterface)arg1) -> None :
  11.  
  12.     C++ signature :
  13.         void EndTask(class ai::ScriptedTaskInterface {lvalue})
  14.  
  15.  
  16.  
  17.     TI.GetBlackboardInterface
  18.     type: <type 'instancemethod'>
  19.     callable?: True
  20.     doc string:
  21. GetBlackboardInterface( (ScriptedTaskInterface)arg1) -> BlackboardInterface :
  22.  
  23.     C++ signature :
  24.         class ai::BlackboardInterface GetBlackboardInterface(class ai::ScriptedTaskInterface {lvalue})
  25.  
  26.  
  27.  
  28.     TI.GetMemoryText
  29.     type: <type 'instancemethod'>
  30.     callable?: True
  31.     doc string:
  32. GetMemoryText( (ScriptedTaskInterface)arg1, (str)arg2) -> str :
  33.  
  34.     C++ signature :
  35.         class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > GetMemoryText(class ai::ScriptedTaskInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  36.  
  37.  
  38.  
  39.     TI.GetMemoryValue
  40.     type: <type 'instancemethod'>
  41.     callable?: True
  42.     doc string:
  43. GetMemoryValue( (ScriptedTaskInterface)arg1, (int)arg2) -> float :
  44.  
  45.     C++ signature :
  46.         double GetMemoryValue(class ai::ScriptedTaskInterface {lvalue},int)
  47.  
  48.  
  49.  
  50.     TI.GetPlatformInterface
  51.     type: <type 'instancemethod'>
  52.     callable?: True
  53.     doc string:
  54. GetPlatformInterface( (ScriptedTaskInterface)arg1) -> UnitInfoClass :
  55.  
  56.     C++ signature :
  57.         class scriptinterface::tcPlatformInterface GetPlatformInterface(class ai::ScriptedTaskInterface {lvalue})
  58.  
  59.  
  60.  
  61.     TI.SetMemoryText
  62.     type: <type 'instancemethod'>
  63.     callable?: True
  64.     doc string:
  65. SetMemoryText( (ScriptedTaskInterface)arg1, (str)arg2, (str)arg3) -> None :
  66.  
  67.     C++ signature :
  68.         void SetMemoryText(class ai::ScriptedTaskInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  69.  
  70.  
  71.  
  72.     TI.SetMemoryValue
  73.     type: <type 'instancemethod'>
  74.     callable?: True
  75.     doc string:
  76. SetMemoryValue( (ScriptedTaskInterface)arg1, (int)arg2, (float)arg3) -> None :
  77.  
  78.     C++ signature :
  79.         void SetMemoryValue(class ai::ScriptedTaskInterface {lvalue},int,double)
  80.  
  81.  
  82.  
  83.     TI.SetTaskAttributes
  84.     type: <type 'instancemethod'>
  85.     callable?: True
  86.     doc string:
  87. SetTaskAttributes( (ScriptedTaskInterface)arg1, (int)arg2) -> None :
  88.  
  89.     C++ signature :
  90.         void SetTaskAttributes(class ai::ScriptedTaskInterface {lvalue},int)
  91.  
  92.  
  93.  
  94.     TI.SetUpdateInterval
  95.     type: <type 'instancemethod'>
  96.     callable?: True
  97.     doc string:
  98. SetUpdateInterval( (ScriptedTaskInterface)arg1, (float)arg2) -> None :
  99.  
  100.     C++ signature :
  101.         void SetUpdateInterval(class ai::ScriptedTaskInterface {lvalue},float)
  102.  
  103.  
  104.  
  105. ################
  106. ##            ##
  107. ##     GI     ##
  108. ##            ##
  109. ################
  110.     GI.GetPlatformInterface
  111.     type: <type 'instancemethod'>
  112.     callable?: True
  113.     doc string:
  114. GetPlatformInterface( (GroupInterfaceClass)arg1, (int)arg2) -> UnitInfoClass :
  115.  
  116.     C++ signature :
  117.         class scriptinterface::tcPlatformInterface GetPlatformInterface(class scriptinterface::tcGroupInterface {lvalue},int)
  118.  
  119.  
  120.  
  121.     GI.GetScenarioInterface
  122.     type: <type 'instancemethod'>
  123.     callable?: True
  124.     doc string:
  125. GetScenarioInterface( (GroupInterfaceClass)arg1) -> ScenarioInterface :
  126.  
  127.     C++ signature :
  128.         class scriptinterface::tcScenarioInterface GetScenarioInterface(class scriptinterface::tcGroupInterface {lvalue})
  129.  
  130.  
  131.  
  132.     GI.GetTankerList
  133.     type: <type 'instancemethod'>
  134.     callable?: True
  135.     doc string:
  136. GetTankerList( (GroupInterfaceClass)arg1) -> StringArray :
  137.  
  138.     C++ signature :
  139.         class scriptinterface::tcStringArray GetTankerList(class scriptinterface::tcGroupInterface {lvalue})
  140.  
  141.  
  142.  
  143.     GI.GetUnitCount
  144.     type: <type 'instancemethod'>
  145.     callable?: True
  146.     doc string:
  147. GetUnitCount( (GroupInterfaceClass)arg1) -> int :
  148.  
  149.     C++ signature :
  150.         int GetUnitCount(class scriptinterface::tcGroupInterface {lvalue})
  151.  
  152.  
  153.  
  154.     GI.GetUnitId
  155.     type: <type 'instancemethod'>
  156.     callable?: True
  157.     doc string:
  158. GetUnitId( (GroupInterfaceClass)arg1, (int)arg2) -> int :
  159.  
  160.     C++ signature :
  161.         long GetUnitId(class scriptinterface::tcGroupInterface {lvalue},int)
  162.  
  163.  
  164.  
  165.     GI.GetUserInput
  166.     type: <type 'instancemethod'>
  167.     callable?: True
  168.     doc string:
  169. GetUserInput( (GroupInterfaceClass)arg1, (str)arg2, (str)arg3) -> None :
  170.  
  171.     C++ signature :
  172.         void GetUserInput(class scriptinterface::tcGroupInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  173.  
  174.  
  175.  
  176.     GI.GetWeaponInterface
  177.     type: <type 'instancemethod'>
  178.     callable?: True
  179.     doc string:
  180. GetWeaponInterface( (GroupInterfaceClass)arg1, (int)arg2) -> WeaponInterface :
  181.  
  182.     C++ signature :
  183.         class scriptinterface::tcWeaponInterface GetWeaponInterface(class scriptinterface::tcGroupInterface {lvalue},int)
  184.  
  185.  
  186.  
  187.     GI.IsPlatform
  188.     type: <type 'instancemethod'>
  189.     callable?: True
  190.     doc string:
  191. IsPlatform( (GroupInterfaceClass)arg1, (int)arg2) -> bool :
  192.  
  193.     C++ signature :
  194.         bool IsPlatform(class scriptinterface::tcGroupInterface {lvalue},int)
  195.  
  196.  
  197.  
  198.     GI.IsWeapon
  199.     type: <type 'instancemethod'>
  200.     callable?: True
  201.     doc string:
  202. IsWeapon( (GroupInterfaceClass)arg1, (int)arg2) -> bool :
  203.  
  204.     C++ signature :
  205.         bool IsWeapon(class scriptinterface::tcGroupInterface {lvalue},int)
  206.  
  207.  
  208.  
  209.     GI.LookupUnit
  210.     type: <type 'instancemethod'>
  211.     callable?: True
  212.     doc string:
  213. LookupUnit( (GroupInterfaceClass)arg1, (str)arg2) -> int :
  214.  
  215.     C++ signature :
  216.         long LookupUnit(class scriptinterface::tcGroupInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  217.  
  218.  
  219.  
  220.     GI.LookupUnitIdx
  221.     type: <type 'instancemethod'>
  222.     callable?: True
  223.     doc string:
  224. LookupUnitIdx( (GroupInterfaceClass)arg1, (str)arg2) -> int :
  225.  
  226.     C++ signature :
  227.         int LookupUnitIdx(class scriptinterface::tcGroupInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  228.  
  229.  
  230.  
  231.     GI.ReleaseControl
  232.     type: <type 'instancemethod'>
  233.     callable?: True
  234.     doc string:
  235. ReleaseControl( (GroupInterfaceClass)arg1) -> None :
  236.  
  237.     C++ signature :
  238.         void ReleaseControl(class scriptinterface::tcGroupInterface {lvalue})
  239.  
  240.  
  241.  
  242.     GI.TakeControl
  243.     type: <type 'instancemethod'>
  244.     callable?: True
  245.     doc string:
  246. TakeControl( (GroupInterfaceClass)arg1) -> None :
  247.  
  248.     C++ signature :
  249.         void TakeControl(class scriptinterface::tcGroupInterface {lvalue})
  250.  
  251.  
  252.  
  253. ################
  254. ##            ##
  255. ##     UI     ##
  256. ##            ##
  257. ################
  258.     UI.AddItemToMagazine
  259.     type: <type 'instancemethod'>
  260.     callable?: True
  261.     doc string:
  262. AddItemToMagazine( (UnitInfoClass)arg1, (str)arg2, (int)arg3) -> None :
  263.  
  264.     C++ signature :
  265.         void AddItemToMagazine(class scriptinterface::tcPlatformInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,unsigned int)
  266.  
  267.  
  268.  
  269.     UI.AddNavWaypoint
  270.     type: <type 'instancemethod'>
  271.     callable?: True
  272.     doc string:
  273. AddNavWaypoint( (UnitInfoClass)arg1, (float)arg2, (float)arg3) -> None :
  274.  
  275.     C++ signature :
  276.         void AddNavWaypoint(class scriptinterface::tcPlatformInterface {lvalue},float,float)
  277.  
  278.  
  279.  
  280.     UI.AddNavWaypointAdvanced
  281.     type: <type 'instancemethod'>
  282.     callable?: True
  283.     doc string:
  284. AddNavWaypointAdvanced( (UnitInfoClass)arg1, (float)arg2, (float)arg3, (float)arg4, (float)arg5) -> None :
  285.  
  286.     C++ signature :
  287.         void AddNavWaypointAdvanced(class scriptinterface::tcPlatformInterface {lvalue},float,float,float,float)
  288.  
  289.  
  290.  
  291.     UI.AddRandomBox
  292.     type: <type 'instancemethod'>
  293.     callable?: True
  294.     doc string:
  295. AddRandomBox( (UnitInfoClass)arg1, (float)arg2, (float)arg3, (float)arg4, (float)arg5) -> None :
  296.  
  297.     C++ signature :
  298.         void AddRandomBox(class scriptinterface::tcPlatformInterface {lvalue},float,float,float,float)
  299.  
  300.  
  301.  
  302.     UI.AddTask
  303.     type: <type 'instancemethod'>
  304.     callable?: True
  305.     doc string:
  306. AddTask( (UnitInfoClass)arg1, (str)arg2, (float)arg3, (int)arg4) -> None :
  307.  
  308.     C++ signature :
  309.         void AddTask(class scriptinterface::tcPlatformInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,double,int)
  310.  
  311.  
  312.  
  313.     UI.AddUnitToFlightDeck
  314.     type: <type 'instancemethod'>
  315.     callable?: True
  316.     doc string:
  317. AddUnitToFlightDeck( (UnitInfoClass)arg1, (str)arg2) -> None :
  318.  
  319.     C++ signature :
  320.         void AddUnitToFlightDeck(class scriptinterface::tcPlatformInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  321.  
  322.  
  323.  
  324.     UI.AddWaypointTask
  325.     type: <type 'instancemethod'>
  326.     callable?: True
  327.     doc string:
  328. AddWaypointTask( (UnitInfoClass)arg1, (int)arg2, (str)arg3) -> None :
  329.  
  330.     C++ signature :
  331.         void AddWaypointTask(class scriptinterface::tcPlatformInterface {lvalue},unsigned int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  332.  
  333.  
  334.  
  335.     UI.ApplyAdvancedDamage
  336.     type: <type 'instancemethod'>
  337.     callable?: True
  338.     doc string:
  339. ApplyAdvancedDamage( (UnitInfoClass)arg1, (bool)arg2, (float)arg3, (float)arg4, (float)arg5, (float)arg6, (float)arg7, (float)arg8, (float)arg9) -> None :
  340.  
  341.     C++ signature :
  342.         void ApplyAdvancedDamage(class scriptinterface::tcPlatformInterface {lvalue},bool,float,float,float,float,float,float,float)
  343.  
  344.  
  345.  
  346.     UI.ApplyDamage
  347.     type: <type 'instancemethod'>
  348.     callable?: True
  349.     doc string:
  350. ApplyDamage( (UnitInfoClass)arg1, (float)arg2) -> None :
  351.  
  352.     C++ signature :
  353.         void ApplyDamage(class scriptinterface::tcPlatformInterface {lvalue},float)
  354.  
  355.  
  356.  
  357.     UI.AutoConfigurePlatform
  358.     type: <type 'instancemethod'>
  359.     callable?: True
  360.     doc string:
  361. AutoConfigurePlatform( (UnitInfoClass)arg1, (str)arg2) -> None :
  362.  
  363.     C++ signature :
  364.         void AutoConfigurePlatform(class scriptinterface::tcPlatformInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  365.  
  366.  
  367.  
  368.     UI.CalculateBombElevationDeg
  369.     type: <type 'instancemethod'>
  370.     callable?: True
  371.     doc string:
  372. CalculateBombElevationDeg( (UnitInfoClass)arg1, (float)arg2, (float)arg3) -> float :
  373.  
  374.     C++ signature :
  375.         float CalculateBombElevationDeg(class scriptinterface::tcPlatformInterface {lvalue},float,float)
  376.  
  377.  
  378.  
  379.     UI.CanMagazineAcceptItem
  380.     type: <type 'instancemethod'>
  381.     callable?: True
  382.     doc string:
  383. CanMagazineAcceptItem( (UnitInfoClass)arg1, (str)arg2) -> bool :
  384.  
  385.     C++ signature :
  386.         bool CanMagazineAcceptItem(class scriptinterface::tcPlatformInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  387.  
  388.  
  389.  
  390.     UI.CanRefuelInFlight
  391.     type: <type 'instancemethod'>
  392.     callable?: True
  393.     doc string:
  394. CanRefuelInFlight( (UnitInfoClass)arg1) -> bool :
  395.  
  396.     C++ signature :
  397.         bool CanRefuelInFlight(class scriptinterface::tcPlatformInterface {lvalue})
  398.  
  399.  
  400.  
  401.     UI.ClearTasks
  402.     type: <type 'instancemethod'>
  403.     callable?: True
  404.     doc string:
  405. ClearTasks( (UnitInfoClass)arg1) -> None :
  406.  
  407.     C++ signature :
  408.         void ClearTasks(class scriptinterface::tcPlatformInterface {lvalue})
  409.  
  410.  
  411.  
  412.     UI.DeleteAllRandomBoxes
  413.     type: <type 'instancemethod'>
  414.     callable?: True
  415.     doc string:
  416. DeleteAllRandomBoxes( (UnitInfoClass)arg1) -> None :
  417.  
  418.     C++ signature :
  419.         void DeleteAllRandomBoxes(class scriptinterface::tcPlatformInterface {lvalue})
  420.  
  421.  
  422.  
  423.     UI.DeleteNavWaypoint
  424.     type: <type 'instancemethod'>
  425.     callable?: True
  426.     doc string:
  427. DeleteNavWaypoint( (UnitInfoClass)arg1, (int)arg2) -> None :
  428.  
  429.     C++ signature :
  430.         void DeleteNavWaypoint(class scriptinterface::tcPlatformInterface {lvalue},unsigned int)
  431.  
  432.  
  433.  
  434.     UI.DeletePlatform
  435.     type: <type 'instancemethod'>
  436.     callable?: True
  437.     doc string:
  438. DeletePlatform( (UnitInfoClass)arg1) -> None :
  439.  
  440.     C++ signature :
  441.         void DeletePlatform(class scriptinterface::tcPlatformInterface {lvalue})
  442.  
  443.  
  444.  
  445.     UI.DeleteTask
  446.     type: <type 'instancemethod'>
  447.     callable?: True
  448.     doc string:
  449. DeleteTask( (UnitInfoClass)arg1, (str)arg2) -> None :
  450.  
  451.     C++ signature :
  452.         void DeleteTask(class scriptinterface::tcPlatformInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  453.  
  454.  
  455.  
  456.     UI.DisplayMessage
  457.     type: <type 'instancemethod'>
  458.     callable?: True
  459.     doc string:
  460. DisplayMessage( (UnitInfoClass)arg1, (str)arg2) -> None :
  461.  
  462.     C++ signature :
  463.         void DisplayMessage(class scriptinterface::tcPlatformInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  464.  
  465.  
  466.  
  467.     UI.DisplayPopupMessage
  468.     type: <type 'instancemethod'>
  469.     callable?: True
  470.     doc string:
  471. DisplayPopupMessage( (UnitInfoClass)arg1, (str)arg2) -> None :
  472.  
  473.     C++ signature :
  474.         void DisplayPopupMessage(class scriptinterface::tcPlatformInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  475.  
  476.  
  477.  
  478.     UI.EditNavWaypoint
  479.     type: <type 'instancemethod'>
  480.     callable?: True
  481.     doc string:
  482. EditNavWaypoint( (UnitInfoClass)arg1, (int)arg2, (float)arg3, (float)arg4) -> None :
  483.  
  484.     C++ signature :
  485.         void EditNavWaypoint(class scriptinterface::tcPlatformInterface {lvalue},unsigned int,float,float)
  486.  
  487.  
  488.  
  489.     UI.EditNavWaypointAdvanced
  490.     type: <type 'instancemethod'>
  491.     callable?: True
  492.     doc string:
  493. EditNavWaypointAdvanced( (UnitInfoClass)arg1, (int)arg2, (float)arg3, (float)arg4, (float)arg5, (float)arg6) -> None :
  494.  
  495.     C++ signature :
  496.         void EditNavWaypointAdvanced(class scriptinterface::tcPlatformInterface {lvalue},unsigned int,float,float,float,float)
  497.  
  498.  
  499.  
  500.     UI.EditNavWaypointReference
  501.     type: <type 'instancemethod'>
  502.     callable?: True
  503.     doc string:
  504. EditNavWaypointReference( (UnitInfoClass)arg1, (int)arg2, (int)arg3, (int)arg4) -> None :
  505.  
  506.     C++ signature :
  507.         void EditNavWaypointReference(class scriptinterface::tcPlatformInterface {lvalue},unsigned int,unsigned char,long)
  508.  
  509.  
  510.  
  511.     UI.EquipLoadout
  512.     type: <type 'instancemethod'>
  513.     callable?: True
  514.     doc string:
  515. EquipLoadout( (UnitInfoClass)arg1, (str)arg2) -> None :
  516.  
  517.     C++ signature :
  518.         void EquipLoadout(class scriptinterface::tcPlatformInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  519.  
  520.  
  521.  
  522.     UI.GetAirGroupCount
  523.     type: <type 'instancemethod'>
  524.     callable?: True
  525.     doc string:
  526. GetAirGroupCount( (UnitInfoClass)arg1) -> int :
  527.  
  528.     C++ signature :
  529.         unsigned int GetAirGroupCount(class scriptinterface::tcPlatformInterface {lvalue})
  530.  
  531.  
  532.  
  533.     UI.GetAirGroupName
  534.     type: <type 'instancemethod'>
  535.     callable?: True
  536.     doc string:
  537. GetAirGroupName( (UnitInfoClass)arg1) -> str :
  538.  
  539.     C++ signature :
  540.         class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > GetAirGroupName(class scriptinterface::tcPlatformInterface {lvalue})
  541.  
  542.  
  543.  
  544.     UI.GetAirUnitId
  545.     type: <type 'instancemethod'>
  546.     callable?: True
  547.     doc string:
  548. GetAirUnitId( (UnitInfoClass)arg1) -> int :
  549.  
  550.     C++ signature :
  551.         unsigned int GetAirUnitId(class scriptinterface::tcPlatformInterface {lvalue})
  552.  
  553.  
  554.  
  555.     UI.GetAlt
  556.     type: <type 'instancemethod'>
  557.     callable?: True
  558.     doc string:
  559. GetAlt( (UnitInfoClass)arg1) -> float :
  560.  
  561.     C++ signature :
  562.         float GetAlt(class scriptinterface::tcPlatformInterface {lvalue})
  563.  
  564.  
  565.  
  566.     UI.GetAltitude
  567.     type: <type 'instancemethod'>
  568.     callable?: True
  569.     doc string:
  570. GetAltitude( (UnitInfoClass)arg1) -> float :
  571.  
  572.     C++ signature :
  573.         float GetAltitude(class scriptinterface::tcPlatformInterface {lvalue})
  574.  
  575.  
  576.  
  577.     UI.GetAlwaysVisible
  578.     type: <type 'instancemethod'>
  579.     callable?: True
  580.     doc string:
  581. GetAlwaysVisible( (UnitInfoClass)arg1) -> bool :
  582.  
  583.     C++ signature :
  584.         bool GetAlwaysVisible(class scriptinterface::tcPlatformInterface {lvalue})
  585.  
  586.  
  587.  
  588.     UI.GetBestLauncher
  589.     type: <type 'instancemethod'>
  590.     callable?: True
  591.     doc string:
  592. GetBestLauncher( (UnitInfoClass)arg1) -> LauncherInfo :
  593.  
  594.     C++ signature :
  595.         class scriptinterface::tcLauncherInfo GetBestLauncher(class scriptinterface::tcPlatformInterface {lvalue})
  596.  
  597.  
  598.  
  599.     UI.GetBlackboardInterface
  600.     type: <type 'instancemethod'>
  601.     callable?: True
  602.     doc string:
  603. GetBlackboardInterface( (UnitInfoClass)arg1) -> BlackboardInterface :
  604.  
  605.     C++ signature :
  606.         class ai::BlackboardInterface GetBlackboardInterface(class scriptinterface::tcPlatformInterface {lvalue})
  607.  
  608.  
  609.  
  610.     UI.GetClass
  611.     type: <type 'instancemethod'>
  612.     callable?: True
  613.     doc string:
  614. GetClass( (UnitInfoClass)arg1) -> str :
  615.  
  616.     C++ signature :
  617.         class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > GetClass(class scriptinterface::tcPlatformInterface {lvalue})
  618.  
  619.  
  620.  
  621.     UI.GetClimbDeg
  622.     type: <type 'instancemethod'>
  623.     callable?: True
  624.     doc string:
  625. GetClimbDeg( (UnitInfoClass)arg1) -> float :
  626.  
  627.     C++ signature :
  628.         float GetClimbDeg(class scriptinterface::tcPlatformInterface {lvalue})
  629.  
  630.  
  631.  
  632.     UI.GetClosestAirTrack
  633.     type: <type 'instancemethod'>
  634.     callable?: True
  635.     doc string:
  636. GetClosestAirTrack( (UnitInfoClass)arg1, (float)arg2, (int)arg3, (int)arg4) -> tcSMTrack :
  637.  
  638.     C++ signature :
  639.         class tcSensorMapTrack GetClosestAirTrack(class scriptinterface::tcPlatformInterface {lvalue},float,unsigned char,int)
  640.  
  641.  
  642.  
  643.     UI.GetClosestMissileTrack
  644.     type: <type 'instancemethod'>
  645.     callable?: True
  646.     doc string:
  647. GetClosestMissileTrack( (UnitInfoClass)arg1, (float)arg2, (int)arg3, (int)arg4) -> tcSMTrack :
  648.  
  649.     C++ signature :
  650.         class tcSensorMapTrack GetClosestMissileTrack(class scriptinterface::tcPlatformInterface {lvalue},float,unsigned char,int)
  651.  
  652.  
  653.  
  654.     UI.GetClosestSurfaceTrack
  655.     type: <type 'instancemethod'>
  656.     callable?: True
  657.     doc string:
  658. GetClosestSurfaceTrack( (UnitInfoClass)arg1, (float)arg2, (int)arg3, (int)arg4) -> tcSMTrack :
  659.  
  660.     C++ signature :
  661.         class tcSensorMapTrack GetClosestSurfaceTrack(class scriptinterface::tcPlatformInterface {lvalue},float,unsigned char,int)
  662.  
  663.  
  664.  
  665.     UI.GetClosestTrack
  666.     type: <type 'instancemethod'>
  667.     callable?: True
  668.     doc string:
  669. GetClosestTrack( (UnitInfoClass)arg1, (float)arg2, (int)arg3, (int)arg4, (int)arg5) -> tcSMTrack :
  670.  
  671.     C++ signature :
  672.         class tcSensorMapTrack GetClosestTrack(class scriptinterface::tcPlatformInterface {lvalue},float,unsigned short,unsigned char,int)
  673.  
  674.  
  675.  
  676.     UI.GetCompatibleItemList
  677.     type: <type 'instancemethod'>
  678.     callable?: True
  679.     doc string:
  680. GetCompatibleItemList( (UnitInfoClass)arg1, (int)arg2) -> StringArray :
  681.  
  682.     C++ signature :
  683.         class scriptinterface::tcStringArray GetCompatibleItemList(class scriptinterface::tcPlatformInterface {lvalue},int)
  684.  
  685.  
  686.  
  687.     UI.GetController
  688.     type: <type 'instancemethod'>
  689.     callable?: True
  690.     doc string:
  691. GetController( (UnitInfoClass)arg1) -> str :
  692.  
  693.     C++ signature :
  694.         class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > GetController(class scriptinterface::tcPlatformInterface {lvalue})
  695.  
  696.  
  697.  
  698.     UI.GetCost
  699.     type: <type 'instancemethod'>
  700.     callable?: True
  701.     doc string:
  702. GetCost( (UnitInfoClass)arg1) -> float :
  703.  
  704.     C++ signature :
  705.         float GetCost(class scriptinterface::tcPlatformInterface {lvalue})
  706.  
  707.  
  708.  
  709.     UI.GetCruiseAltitude
  710.     type: <type 'instancemethod'>
  711.     callable?: True
  712.     doc string:
  713. GetCruiseAltitude( (UnitInfoClass)arg1) -> float :
  714.  
  715.     C++ signature :
  716.         float GetCruiseAltitude(class scriptinterface::tcPlatformInterface {lvalue})
  717.  
  718.  
  719.  
  720.     UI.GetCruiseRangeForAltitude
  721.     type: <type 'instancemethod'>
  722.     callable?: True
  723.     doc string:
  724. GetCruiseRangeForAltitude( (UnitInfoClass)arg1, (float)arg2) -> float :
  725.  
  726.     C++ signature :
  727.         float GetCruiseRangeForAltitude(class scriptinterface::tcPlatformInterface {lvalue},float)
  728.  
  729.  
  730.  
  731.     UI.GetCruiseSpeedForAltitude
  732.     type: <type 'instancemethod'>
  733.     callable?: True
  734.     doc string:
  735. GetCruiseSpeedForAltitude( (UnitInfoClass)arg1, (float)arg2) -> float :
  736.  
  737.     C++ signature :
  738.         float GetCruiseSpeedForAltitude(class scriptinterface::tcPlatformInterface {lvalue},float)
  739.  
  740.  
  741.  
  742.     UI.GetCurrentWaypoint
  743.     type: <type 'instancemethod'>
  744.     callable?: True
  745.     doc string:
  746. GetCurrentWaypoint( (UnitInfoClass)arg1) -> int :
  747.  
  748.     C++ signature :
  749.         unsigned int GetCurrentWaypoint(class scriptinterface::tcPlatformInterface {lvalue})
  750.  
  751.  
  752.  
  753.     UI.GetEquipmentListByClass
  754.     type: <type 'instancemethod'>
  755.     callable?: True
  756.     doc string:
  757. GetEquipmentListByClass( (UnitInfoClass)arg1, (str)arg2) -> StringArray :
  758.  
  759.     C++ signature :
  760.         class scriptinterface::tcStringArray GetEquipmentListByClass(class scriptinterface::tcPlatformInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  761.  
  762.  
  763.  
  764.     UI.GetFireControlInfo
  765.     type: <type 'instancemethod'>
  766.     callable?: True
  767.     doc string:
  768. GetFireControlInfo( (UnitInfoClass)arg1) -> FireControlInfo :
  769.  
  770.     C++ signature :
  771.         class scriptinterface::tcFireControlInfo GetFireControlInfo(class scriptinterface::tcPlatformInterface {lvalue})
  772.  
  773.  
  774.  
  775.     UI.GetFirstTrack
  776.     type: <type 'instancemethod'>
  777.     callable?: True
  778.     doc string:
  779. GetFirstTrack( (UnitInfoClass)arg1) -> TrackIterator :
  780.  
  781.     C++ signature :
  782.         class scriptinterface::tcTrackIterator GetFirstTrack(class scriptinterface::tcPlatformInterface {lvalue})
  783.  
  784.  
  785.  
  786.     UI.GetFlightPortInfo
  787.     type: <type 'instancemethod'>
  788.     callable?: True
  789.     doc string:
  790. GetFlightPortInfo( (UnitInfoClass)arg1) -> FlightPortInterface :
  791.  
  792.     C++ signature :
  793.         class scriptinterface::tcFlightPortInterface GetFlightPortInfo(class scriptinterface::tcPlatformInterface {lvalue})
  794.  
  795.  
  796.  
  797.     UI.GetFormationEditId
  798.     type: <type 'instancemethod'>
  799.     callable?: True
  800.     doc string:
  801. GetFormationEditId( (UnitInfoClass)arg1) -> int :
  802.  
  803.     C++ signature :
  804.         long GetFormationEditId(class scriptinterface::tcPlatformInterface {lvalue})
  805.  
  806.  
  807.  
  808.     UI.GetFormationLeader
  809.     type: <type 'instancemethod'>
  810.     callable?: True
  811.     doc string:
  812. GetFormationLeader( (UnitInfoClass)arg1) -> int :
  813.  
  814.     C++ signature :
  815.         long GetFormationLeader(class scriptinterface::tcPlatformInterface {lvalue})
  816.  
  817.  
  818.  
  819.     UI.GetFormationMode
  820.     type: <type 'instancemethod'>
  821.     callable?: True
  822.     doc string:
  823. GetFormationMode( (UnitInfoClass)arg1) -> int :
  824.  
  825.     C++ signature :
  826.         int GetFormationMode(class scriptinterface::tcPlatformInterface {lvalue})
  827.  
  828.  
  829.  
  830.     UI.GetFriendlyTrackList
  831.     type: <type 'instancemethod'>
  832.     callable?: True
  833.     doc string:
  834. GetFriendlyTrackList( (UnitInfoClass)arg1, (int)arg2, (float)arg3, (str)arg4) -> TrackList :
  835.  
  836.     C++ signature :
  837.         class scriptinterface::tcTrackList GetFriendlyTrackList(class scriptinterface::tcPlatformInterface {lvalue},unsigned int,float,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  838.  
  839.  
  840.  
  841.     UI.GetFuel
  842.     type: <type 'instancemethod'>
  843.     callable?: True
  844.     doc string:
  845. GetFuel( (UnitInfoClass)arg1) -> float :
  846.  
  847.     C++ signature :
  848.         float GetFuel(class scriptinterface::tcPlatformInterface {lvalue})
  849.  
  850.  
  851.  
  852.     UI.GetHeading
  853.     type: <type 'instancemethod'>
  854.     callable?: True
  855.     doc string:
  856. GetHeading( (UnitInfoClass)arg1) -> float :
  857.  
  858.     C++ signature :
  859.         float GetHeading(class scriptinterface::tcPlatformInterface {lvalue})
  860.  
  861.  
  862.  
  863.     UI.GetHeadingRad
  864.     type: <type 'instancemethod'>
  865.     callable?: True
  866.     doc string:
  867. GetHeadingRad( (UnitInfoClass)arg1) -> float :
  868.  
  869.     C++ signature :
  870.         float GetHeadingRad(class scriptinterface::tcPlatformInterface {lvalue})
  871.  
  872.  
  873.  
  874.     UI.GetHeadingToDatum
  875.     type: <type 'instancemethod'>
  876.     callable?: True
  877.     doc string:
  878. GetHeadingToDatum( (UnitInfoClass)arg1, (float)arg2, (float)arg3) -> float :
  879.  
  880.     C++ signature :
  881.         float GetHeadingToDatum(class scriptinterface::tcPlatformInterface {lvalue},float,float)
  882.  
  883.  
  884.  
  885.     UI.GetIncludeProbability
  886.     type: <type 'instancemethod'>
  887.     callable?: True
  888.     doc string:
  889. GetIncludeProbability( (UnitInfoClass)arg1) -> float :
  890.  
  891.     C++ signature :
  892.         float GetIncludeProbability(class scriptinterface::tcPlatformInterface {lvalue})
  893.  
  894.  
  895.  
  896.     UI.GetInterceptHeadingToTrack
  897.     type: <type 'instancemethod'>
  898.     callable?: True
  899.     doc string:
  900. GetInterceptHeadingToTrack( (UnitInfoClass)arg1, (tcSMTrack)arg2) -> float :
  901.  
  902.     C++ signature :
  903.         float GetInterceptHeadingToTrack(class scriptinterface::tcPlatformInterface {lvalue},class tcSensorMapTrack)
  904.  
  905.  
  906.  
  907.     UI.GetLandingData
  908.     type: <type 'instancemethod'>
  909.     callable?: True
  910.     doc string:
  911. GetLandingData( (UnitInfoClass)arg1, (int)arg2) -> tcTrack :
  912.  
  913.     C++ signature :
  914.         class tcTrack GetLandingData(class scriptinterface::tcPlatformInterface {lvalue},long)
  915.  
  916.  
  917.  
  918.     UI.GetLandingState
  919.     type: <type 'instancemethod'>
  920.     callable?: True
  921.     doc string:
  922. GetLandingState( (UnitInfoClass)arg1) -> int :
  923.  
  924.     C++ signature :
  925.         int GetLandingState(class scriptinterface::tcPlatformInterface {lvalue})
  926.  
  927.  
  928.  
  929.     UI.GetLatitude
  930.     type: <type 'instancemethod'>
  931.     callable?: True
  932.     doc string:
  933. GetLatitude( (UnitInfoClass)arg1) -> float :
  934.  
  935.     C++ signature :
  936.         float GetLatitude(class scriptinterface::tcPlatformInterface {lvalue})
  937.  
  938.  
  939.  
  940.     UI.GetLauncherCount
  941.     type: <type 'instancemethod'>
  942.     callable?: True
  943.     doc string:
  944. GetLauncherCount( (UnitInfoClass)arg1) -> int :
  945.  
  946.     C++ signature :
  947.         int GetLauncherCount(class scriptinterface::tcPlatformInterface {lvalue})
  948.  
  949.  
  950.  
  951.     UI.GetLauncherInfo
  952.     type: <type 'instancemethod'>
  953.     callable?: True
  954.     doc string:
  955. GetLauncherInfo( (UnitInfoClass)arg1, (int)arg2) -> LauncherInfo :
  956.  
  957.     C++ signature :
  958.         class scriptinterface::tcLauncherInfo GetLauncherInfo(class scriptinterface::tcPlatformInterface {lvalue},int)
  959.  
  960.  
  961.  
  962.     UI.GetLauncherInterceptTime
  963.     type: <type 'instancemethod'>
  964.     callable?: True
  965.     doc string:
  966. GetLauncherInterceptTime( (UnitInfoClass)arg1, (int)arg2, (tcSMTrack)arg3) -> float :
  967.  
  968.     C++ signature :
  969.         float GetLauncherInterceptTime(class scriptinterface::tcPlatformInterface {lvalue},int,class tcSensorMapTrack {lvalue})
  970.  
  971.  
  972.  
  973.     UI.GetLauncherQuantity
  974.     type: <type 'instancemethod'>
  975.     callable?: True
  976.     doc string:
  977. GetLauncherQuantity( (UnitInfoClass)arg1, (int)arg2) -> int :
  978.  
  979.     C++ signature :
  980.         int GetLauncherQuantity(class scriptinterface::tcPlatformInterface {lvalue},int)
  981.  
  982.  
  983.  
  984.     UI.GetLauncherStatus
  985.     type: <type 'instancemethod'>
  986.     callable?: True
  987.     doc string:
  988. GetLauncherStatus( (UnitInfoClass)arg1, (int)arg2) -> int :
  989.  
  990.     C++ signature :
  991.         int GetLauncherStatus(class scriptinterface::tcPlatformInterface {lvalue},int)
  992.  
  993.  
  994.  
  995.     UI.GetLauncherTypeName
  996.     type: <type 'instancemethod'>
  997.     callable?: True
  998.     doc string:
  999. GetLauncherTypeName( (UnitInfoClass)arg1, (int)arg2, (int)arg3) -> str :
  1000.  
  1001.     C++ signature :
  1002.         class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > GetLauncherTypeName(class scriptinterface::tcPlatformInterface {lvalue},int,int)
  1003.  
  1004.  
  1005.  
  1006.     UI.GetLauncherTypesCount
  1007.     type: <type 'instancemethod'>
  1008.     callable?: True
  1009.     doc string:
  1010. GetLauncherTypesCount( (UnitInfoClass)arg1, (int)arg2) -> int :
  1011.  
  1012.     C++ signature :
  1013.         int GetLauncherTypesCount(class scriptinterface::tcPlatformInterface {lvalue},int)
  1014.  
  1015.  
  1016.  
  1017.     UI.GetLauncherWeaponName
  1018.     type: <type 'instancemethod'>
  1019.     callable?: True
  1020.     doc string:
  1021. GetLauncherWeaponName( (UnitInfoClass)arg1, (int)arg2) -> str :
  1022.  
  1023.     C++ signature :
  1024.         class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > GetLauncherWeaponName(class scriptinterface::tcPlatformInterface {lvalue},int)
  1025.  
  1026.  
  1027.  
  1028.     UI.GetLoadoutList
  1029.     type: <type 'instancemethod'>
  1030.     callable?: True
  1031.     doc string:
  1032. GetLoadoutList( (UnitInfoClass)arg1) -> StringArray :
  1033.  
  1034.     C++ signature :
  1035.         class scriptinterface::tcStringArray GetLoadoutList(class scriptinterface::tcPlatformInterface {lvalue})
  1036.  
  1037.  
  1038.  
  1039.     UI.GetLocalObj
  1040.     type: <type 'instancemethod'>
  1041.     callable?: True
  1042.     doc string:
  1043. GetLocalObj( (UnitInfoClass)arg1) -> None :
  1044.  
  1045.     C++ signature :
  1046.         void GetLocalObj(class scriptinterface::tcPlatformInterface {lvalue})
  1047.  
  1048.  
  1049.  
  1050.     UI.GetLongitude
  1051.     type: <type 'instancemethod'>
  1052.     callable?: True
  1053.     doc string:
  1054. GetLongitude( (UnitInfoClass)arg1) -> float :
  1055.  
  1056.     C++ signature :
  1057.         float GetLongitude(class scriptinterface::tcPlatformInterface {lvalue})
  1058.  
  1059.  
  1060.  
  1061.     UI.GetMagazineAddCount
  1062.     type: <type 'instancemethod'>
  1063.     callable?: True
  1064.     doc string:
  1065. GetMagazineAddCount( (UnitInfoClass)arg1) -> int :
  1066.  
  1067.     C++ signature :
  1068.         unsigned int GetMagazineAddCount(class scriptinterface::tcPlatformInterface {lvalue})
  1069.  
  1070.  
  1071.  
  1072.     UI.GetMagazineItems
  1073.     type: <type 'instancemethod'>
  1074.     callable?: True
  1075.     doc string:
  1076. GetMagazineItems( (UnitInfoClass)arg1) -> StringArray :
  1077.  
  1078.     C++ signature :
  1079.         class scriptinterface::tcStringArray GetMagazineItems(class scriptinterface::tcPlatformInterface {lvalue})
  1080.  
  1081.  
  1082.  
  1083.     UI.GetMagazineQuantity
  1084.     type: <type 'instancemethod'>
  1085.     callable?: True
  1086.     doc string:
  1087. GetMagazineQuantity( (UnitInfoClass)arg1, (str)arg2) -> int :
  1088.  
  1089.     C++ signature :
  1090.         int GetMagazineQuantity(class scriptinterface::tcPlatformInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  1091.  
  1092.  
  1093.  
  1094.     UI.GetMapTerrainElevation
  1095.     type: <type 'instancemethod'>
  1096.     callable?: True
  1097.     doc string:
  1098. GetMapTerrainElevation( (UnitInfoClass)arg1, (float)arg2, (float)arg3) -> float :
  1099.  
  1100.     C++ signature :
  1101.         float GetMapTerrainElevation(class scriptinterface::tcPlatformInterface {lvalue},float,float)
  1102.  
  1103.  
  1104.  
  1105.     UI.GetMaxAlt
  1106.     type: <type 'instancemethod'>
  1107.     callable?: True
  1108.     doc string:
  1109. GetMaxAlt( (UnitInfoClass)arg1) -> float :
  1110.  
  1111.     C++ signature :
  1112.         float GetMaxAlt(class scriptinterface::tcPlatformInterface {lvalue})
  1113.  
  1114.  
  1115.  
  1116.     UI.GetMaxAltitude
  1117.     type: <type 'instancemethod'>
  1118.     callable?: True
  1119.     doc string:
  1120. GetMaxAltitude( (UnitInfoClass)arg1) -> float :
  1121.  
  1122.     C++ signature :
  1123.         float GetMaxAltitude(class scriptinterface::tcPlatformInterface {lvalue})
  1124.  
  1125.  
  1126.  
  1127.     UI.GetMaxSpeed
  1128.     type: <type 'instancemethod'>
  1129.     callable?: True
  1130.     doc string:
  1131. GetMaxSpeed( (UnitInfoClass)arg1) -> float :
  1132.  
  1133.     C++ signature :
  1134.         float GetMaxSpeed(class scriptinterface::tcPlatformInterface {lvalue})
  1135.  
  1136.  
  1137.  
  1138.     UI.GetMissionInfo
  1139.     type: <type 'instancemethod'>
  1140.     callable?: True
  1141.     doc string:
  1142. GetMissionInfo( (UnitInfoClass)arg1) -> MissionInterface :
  1143.  
  1144.     C++ signature :
  1145.         class scriptinterface::tcMissionInterface GetMissionInfo(class scriptinterface::tcPlatformInterface {lvalue})
  1146.  
  1147.  
  1148.  
  1149.     UI.GetName
  1150.     type: <type 'instancemethod'>
  1151.     callable?: True
  1152.     doc string:
  1153. GetName( (UnitInfoClass)arg1) -> str :
  1154.  
  1155.     C++ signature :
  1156.         class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > GetName(class scriptinterface::tcPlatformInterface {lvalue})
  1157.  
  1158.  
  1159.  
  1160.     UI.GetNavLoopState
  1161.     type: <type 'instancemethod'>
  1162.     callable?: True
  1163.     doc string:
  1164. GetNavLoopState( (UnitInfoClass)arg1) -> bool :
  1165.  
  1166.     C++ signature :
  1167.         bool GetNavLoopState(class scriptinterface::tcPlatformInterface {lvalue})
  1168.  
  1169.  
  1170.  
  1171.     UI.GetPlatformAlliance
  1172.     type: <type 'instancemethod'>
  1173.     callable?: True
  1174.     doc string:
  1175. GetPlatformAlliance( (UnitInfoClass)arg1) -> int :
  1176.  
  1177.     C++ signature :
  1178.         unsigned int GetPlatformAlliance(class scriptinterface::tcPlatformInterface {lvalue})
  1179.  
  1180.  
  1181.  
  1182.     UI.GetPlatformClass
  1183.     type: <type 'instancemethod'>
  1184.     callable?: True
  1185.     doc string:
  1186. GetPlatformClass( (UnitInfoClass)arg1) -> str :
  1187.  
  1188.     C++ signature :
  1189.         class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > GetPlatformClass(class scriptinterface::tcPlatformInterface {lvalue})
  1190.  
  1191.  
  1192.  
  1193.     UI.GetPlatformId
  1194.     type: <type 'instancemethod'>
  1195.     callable?: True
  1196.     doc string:
  1197. GetPlatformId( (UnitInfoClass)arg1) -> int :
  1198.  
  1199.     C++ signature :
  1200.         long GetPlatformId(class scriptinterface::tcPlatformInterface {lvalue})
  1201.  
  1202.  
  1203.  
  1204.     UI.GetPlatformListByClass
  1205.     type: <type 'instancemethod'>
  1206.     callable?: True
  1207.     doc string:
  1208. GetPlatformListByClass( (UnitInfoClass)arg1, (str)arg2) -> StringArray :
  1209.  
  1210.     C++ signature :
  1211.         class scriptinterface::tcStringArray GetPlatformListByClass(class scriptinterface::tcPlatformInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  1212.  
  1213.  
  1214.  
  1215.     UI.GetPlatformName
  1216.     type: <type 'instancemethod'>
  1217.     callable?: True
  1218.     doc string:
  1219. GetPlatformName( (UnitInfoClass)arg1) -> str :
  1220.  
  1221.     C++ signature :
  1222.         class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > GetPlatformName(class scriptinterface::tcPlatformInterface {lvalue})
  1223.  
  1224.  
  1225.  
  1226.     UI.GetPlatformNameList
  1227.     type: <type 'instancemethod'>
  1228.     callable?: True
  1229.     doc string:
  1230. GetPlatformNameList( (UnitInfoClass)arg1) -> StringArray :
  1231.  
  1232.     C++ signature :
  1233.         class scriptinterface::tcStringArray GetPlatformNameList(class scriptinterface::tcPlatformInterface {lvalue})
  1234.  
  1235.  
  1236.  
  1237.     UI.GetPlatformSetups
  1238.     type: <type 'instancemethod'>
  1239.     callable?: True
  1240.     doc string:
  1241. GetPlatformSetups( (UnitInfoClass)arg1) -> StringArray :
  1242.  
  1243.     C++ signature :
  1244.         class scriptinterface::tcStringArray GetPlatformSetups(class scriptinterface::tcPlatformInterface {lvalue})
  1245.  
  1246.  
  1247.  
  1248.     UI.GetROE
  1249.     type: <type 'instancemethod'>
  1250.     callable?: True
  1251.     doc string:
  1252. GetROE( (UnitInfoClass)arg1) -> AllianceROEInfo :
  1253.  
  1254.     C++ signature :
  1255.         class scriptinterface::tcAllianceROEInfo GetROE(class scriptinterface::tcPlatformInterface {lvalue})
  1256.  
  1257.  
  1258.  
  1259.     UI.GetRandomPatrolPoint
  1260.     type: <type 'instancemethod'>
  1261.     callable?: True
  1262.     doc string:
  1263. GetRandomPatrolPoint( (UnitInfoClass)arg1) -> Datum :
  1264.  
  1265.     C++ signature :
  1266.         class scriptinterface::tcDatum GetRandomPatrolPoint(class scriptinterface::tcPlatformInterface {lvalue})
  1267.  
  1268.  
  1269.  
  1270.     UI.GetRangeToDatum
  1271.     type: <type 'instancemethod'>
  1272.     callable?: True
  1273.     doc string:
  1274. GetRangeToDatum( (UnitInfoClass)arg1, (float)arg2, (float)arg3) -> float :
  1275.  
  1276.     C++ signature :
  1277.         float GetRangeToDatum(class scriptinterface::tcPlatformInterface {lvalue},float,float)
  1278.  
  1279.  
  1280.  
  1281.     UI.GetRangeToTarget
  1282.     type: <type 'instancemethod'>
  1283.     callable?: True
  1284.     doc string:
  1285. GetRangeToTarget( (UnitInfoClass)arg1) -> float :
  1286.  
  1287.     C++ signature :
  1288.         float GetRangeToTarget(class scriptinterface::tcPlatformInterface {lvalue})
  1289.  
  1290.  
  1291.  
  1292.     UI.GetRangeToTrack
  1293.     type: <type 'instancemethod'>
  1294.     callable?: True
  1295.     doc string:
  1296. GetRangeToTrack( (UnitInfoClass)arg1, (tcSMTrack)arg2) -> float :
  1297.  
  1298.     C++ signature :
  1299.         float GetRangeToTrack(class scriptinterface::tcPlatformInterface {lvalue},class tcSensorMapTrack)
  1300.  
  1301.  
  1302.  
  1303.     UI.GetScenarioInterface
  1304.     type: <type 'instancemethod'>
  1305.     callable?: True
  1306.     doc string:
  1307. GetScenarioInterface( (UnitInfoClass)arg1) -> ScenarioInterface :
  1308.  
  1309.     C++ signature :
  1310.         class scriptinterface::tcScenarioInterface GetScenarioInterface(class scriptinterface::tcPlatformInterface {lvalue})
  1311.  
  1312.  
  1313.  
  1314.     UI.GetSensorCount
  1315.     type: <type 'instancemethod'>
  1316.     callable?: True
  1317.     doc string:
  1318. GetSensorCount( (UnitInfoClass)arg1) -> int :
  1319.  
  1320.     C++ signature :
  1321.         int GetSensorCount(class scriptinterface::tcPlatformInterface {lvalue})
  1322.  
  1323.  
  1324.  
  1325.     UI.GetSensorInfo
  1326.     type: <type 'instancemethod'>
  1327.     callable?: True
  1328.     doc string:
  1329. GetSensorInfo( (UnitInfoClass)arg1, (int)arg2) -> SensorInfo :
  1330.  
  1331.     C++ signature :
  1332.         class scriptinterface::tcSensorInfo GetSensorInfo(class scriptinterface::tcPlatformInterface {lvalue},int)
  1333.  
  1334.  
  1335.  
  1336.     UI.GetSpeed
  1337.     type: <type 'instancemethod'>
  1338.     callable?: True
  1339.     doc string:
  1340. GetSpeed( (UnitInfoClass)arg1) -> float :
  1341.  
  1342.     C++ signature :
  1343.         float GetSpeed(class scriptinterface::tcPlatformInterface {lvalue})
  1344.  
  1345.  
  1346.  
  1347.     UI.GetSubInterface
  1348.     type: <type 'instancemethod'>
  1349.     callable?: True
  1350.     doc string:
  1351. GetSubInterface( (UnitInfoClass)arg1) -> SubInterfaceClass :
  1352.  
  1353.     C++ signature :
  1354.         class scriptinterface::tcSubInterface GetSubInterface(class scriptinterface::tcPlatformInterface {lvalue})
  1355.  
  1356.  
  1357.  
  1358.     UI.GetTankerSpotsFree
  1359.     type: <type 'instancemethod'>
  1360.     callable?: True
  1361.     doc string:
  1362. GetTankerSpotsFree( (UnitInfoClass)arg1, (int)arg2) -> int :
  1363.  
  1364.     C++ signature :
  1365.         unsigned int GetTankerSpotsFree(class scriptinterface::tcPlatformInterface {lvalue},long)
  1366.  
  1367.  
  1368.  
  1369.     UI.GetTarget
  1370.     type: <type 'instancemethod'>
  1371.     callable?: True
  1372.     doc string:
  1373. GetTarget( (UnitInfoClass)arg1) -> int :
  1374.  
  1375.     C++ signature :
  1376.         long GetTarget(class scriptinterface::tcPlatformInterface {lvalue})
  1377.  
  1378.  
  1379.  
  1380.     UI.GetTargetTrackInfo
  1381.     type: <type 'instancemethod'>
  1382.     callable?: True
  1383.     doc string:
  1384. GetTargetTrackInfo( (UnitInfoClass)arg1) -> tcSMTrack :
  1385.  
  1386.     C++ signature :
  1387.         class tcSensorMapTrack GetTargetTrackInfo(class scriptinterface::tcPlatformInterface {lvalue})
  1388.  
  1389.  
  1390.  
  1391.     UI.GetTaskList
  1392.     type: <type 'instancemethod'>
  1393.     callable?: True
  1394.     doc string:
  1395. GetTaskList( (UnitInfoClass)arg1) -> StringArray :
  1396.  
  1397.     C++ signature :
  1398.         class scriptinterface::tcStringArray GetTaskList(class scriptinterface::tcPlatformInterface {lvalue})
  1399.  
  1400.  
  1401.  
  1402.     UI.GetTerrainElevation
  1403.     type: <type 'instancemethod'>
  1404.     callable?: True
  1405.     doc string:
  1406. GetTerrainElevation( (UnitInfoClass)arg1) -> float :
  1407.  
  1408.     C++ signature :
  1409.         float GetTerrainElevation(class scriptinterface::tcPlatformInterface {lvalue})
  1410.  
  1411.  
  1412.  
  1413.     UI.GetThrottle
  1414.     type: <type 'instancemethod'>
  1415.     callable?: True
  1416.     doc string:
  1417. GetThrottle( (UnitInfoClass)arg1) -> float :
  1418.  
  1419.     C++ signature :
  1420.         float GetThrottle(class scriptinterface::tcPlatformInterface {lvalue})
  1421.  
  1422.  
  1423.  
  1424.     UI.GetTime
  1425.     type: <type 'instancemethod'>
  1426.     callable?: True
  1427.     doc string:
  1428. GetTime( (UnitInfoClass)arg1) -> float :
  1429.  
  1430.     C++ signature :
  1431.         double GetTime(class scriptinterface::tcPlatformInterface {lvalue})
  1432.  
  1433.  
  1434.  
  1435.     UI.GetTrackById
  1436.     type: <type 'instancemethod'>
  1437.     callable?: True
  1438.     doc string:
  1439. GetTrackById( (UnitInfoClass)arg1, (int)arg2) -> tcSMTrack :
  1440.  
  1441.     C++ signature :
  1442.         class tcSensorMapTrack GetTrackById(class scriptinterface::tcPlatformInterface {lvalue},long)
  1443.  
  1444.  
  1445.  
  1446.     UI.GetTrackList
  1447.     type: <type 'instancemethod'>
  1448.     callable?: True
  1449.     doc string:
  1450. GetTrackList( (UnitInfoClass)arg1, (int)arg2, (float)arg3, (int)arg4) -> TrackList :
  1451.  
  1452.     C++ signature :
  1453.         class scriptinterface::tcTrackList GetTrackList(class scriptinterface::tcPlatformInterface {lvalue},int,float,unsigned char)
  1454.  
  1455.  
  1456.  
  1457.     UI.GetUnitInterface
  1458.     type: <type 'instancemethod'>
  1459.     callable?: True
  1460.     doc string:
  1461. GetUnitInterface( (UnitInfoClass)arg1, (str)arg2) -> UnitInfoClass :
  1462.  
  1463.     C++ signature :
  1464.         class scriptinterface::tcPlatformInterface GetUnitInterface(class scriptinterface::tcPlatformInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  1465.  
  1466.  
  1467.  
  1468.     UI.GetUserInput
  1469.     type: <type 'instancemethod'>
  1470.     callable?: True
  1471.     doc string:
  1472. GetUserInput( (UnitInfoClass)arg1, (str)arg2, (str)arg3) -> None :
  1473.  
  1474.     C++ signature :
  1475.         void GetUserInput(class scriptinterface::tcPlatformInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  1476.  
  1477.  
  1478.  
  1479.     UI.GetWeightMargin
  1480.     type: <type 'instancemethod'>
  1481.     callable?: True
  1482.     doc string:
  1483. GetWeightMargin( (UnitInfoClass)arg1) -> float :
  1484.  
  1485.     C++ signature :
  1486.         float GetWeightMargin(class scriptinterface::tcPlatformInterface {lvalue})
  1487.  
  1488.  
  1489.  
  1490.     UI.HandoffTargetToLauncher
  1491.     type: <type 'instancemethod'>
  1492.     callable?: True
  1493.     doc string:
  1494. HandoffTargetToLauncher( (UnitInfoClass)arg1, (int)arg2) -> bool :
  1495.  
  1496.     C++ signature :
  1497.         bool HandoffTargetToLauncher(class scriptinterface::tcPlatformInterface {lvalue},int)
  1498.  
  1499.  
  1500.  
  1501.     UI.HasFlightPort
  1502.     type: <type 'instancemethod'>
  1503.     callable?: True
  1504.     doc string:
  1505. HasFlightPort( (UnitInfoClass)arg1) -> bool :
  1506.  
  1507.     C++ signature :
  1508.         bool HasFlightPort(class scriptinterface::tcPlatformInterface {lvalue})
  1509.  
  1510.  
  1511.  
  1512.     UI.HasMagazine
  1513.     type: <type 'instancemethod'>
  1514.     callable?: True
  1515.     doc string:
  1516. HasMagazine( (UnitInfoClass)arg1) -> bool :
  1517.  
  1518.     C++ signature :
  1519.         bool HasMagazine(class scriptinterface::tcPlatformInterface {lvalue})
  1520.  
  1521.  
  1522.  
  1523.     UI.HasThrottle
  1524.     type: <type 'instancemethod'>
  1525.     callable?: True
  1526.     doc string:
  1527. HasThrottle( (UnitInfoClass)arg1) -> bool :
  1528.  
  1529.     C++ signature :
  1530.         bool HasThrottle(class scriptinterface::tcPlatformInterface {lvalue})
  1531.  
  1532.  
  1533.  
  1534.     UI.InsertNavWaypoint
  1535.     type: <type 'instancemethod'>
  1536.     callable?: True
  1537.     doc string:
  1538. InsertNavWaypoint( (UnitInfoClass)arg1, (int)arg2, (float)arg3, (float)arg4) -> None :
  1539.  
  1540.     C++ signature :
  1541.         void InsertNavWaypoint(class scriptinterface::tcPlatformInterface {lvalue},unsigned int,float,float)
  1542.  
  1543.  
  1544.  
  1545.     UI.IsAir
  1546.     type: <type 'instancemethod'>
  1547.     callable?: True
  1548.     doc string:
  1549. IsAir( (UnitInfoClass)arg1) -> bool :
  1550.  
  1551.     C++ signature :
  1552.         bool IsAir(class scriptinterface::tcPlatformInterface {lvalue})
  1553.  
  1554.  
  1555.  
  1556.     UI.IsAvailable
  1557.     type: <type 'instancemethod'>
  1558.     callable?: True
  1559.     doc string:
  1560. IsAvailable( (UnitInfoClass)arg1) -> bool :
  1561.  
  1562.     C++ signature :
  1563.         bool IsAvailable(class scriptinterface::tcPlatformInterface {lvalue})
  1564.  
  1565.  
  1566.  
  1567.     UI.IsDatumLaunch
  1568.     type: <type 'instancemethod'>
  1569.     callable?: True
  1570.     doc string:
  1571. IsDatumLaunch( (UnitInfoClass)arg1, (int)arg2) -> bool :
  1572.  
  1573.     C++ signature :
  1574.         bool IsDatumLaunch(class scriptinterface::tcPlatformInterface {lvalue},int)
  1575.  
  1576.  
  1577.  
  1578.     UI.IsDeveloperMode
  1579.     type: <type 'instancemethod'>
  1580.     callable?: True
  1581.     doc string:
  1582. IsDeveloperMode( (UnitInfoClass)arg1) -> bool :
  1583.  
  1584.     C++ signature :
  1585.         bool IsDeveloperMode(class scriptinterface::tcPlatformInterface {lvalue})
  1586.  
  1587.  
  1588.  
  1589.     UI.IsEquippedForTargetType
  1590.     type: <type 'instancemethod'>
  1591.     callable?: True
  1592.     doc string:
  1593. IsEquippedForTargetType( (UnitInfoClass)arg1, (int)arg2) -> bool :
  1594.  
  1595.     C++ signature :
  1596.         bool IsEquippedForTargetType(class scriptinterface::tcPlatformInterface {lvalue},unsigned int)
  1597.  
  1598.  
  1599.  
  1600.     UI.IsFixed
  1601.     type: <type 'instancemethod'>
  1602.     callable?: True
  1603.     doc string:
  1604. IsFixed( (UnitInfoClass)arg1) -> bool :
  1605.  
  1606.     C++ signature :
  1607.         bool IsFixed(class scriptinterface::tcPlatformInterface {lvalue})
  1608.  
  1609.  
  1610.  
  1611.     UI.IsFormationLeader
  1612.     type: <type 'instancemethod'>
  1613.     callable?: True
  1614.     doc string:
  1615. IsFormationLeader( (UnitInfoClass)arg1) -> bool :
  1616.  
  1617.     C++ signature :
  1618.         bool IsFormationLeader(class scriptinterface::tcPlatformInterface {lvalue})
  1619.  
  1620.  
  1621.  
  1622.     UI.IsGroundVehicle
  1623.     type: <type 'instancemethod'>
  1624.     callable?: True
  1625.     doc string:
  1626. IsGroundVehicle( (UnitInfoClass)arg1) -> bool :
  1627.  
  1628.     C++ signature :
  1629.         bool IsGroundVehicle(class scriptinterface::tcPlatformInterface {lvalue})
  1630.  
  1631.  
  1632.  
  1633.     UI.IsHelo
  1634.     type: <type 'instancemethod'>
  1635.     callable?: True
  1636.     doc string:
  1637. IsHelo( (UnitInfoClass)arg1) -> bool :
  1638.  
  1639.     C++ signature :
  1640.         bool IsHelo(class scriptinterface::tcPlatformInterface {lvalue})
  1641.  
  1642.  
  1643.  
  1644.     UI.IsInFormation
  1645.     type: <type 'instancemethod'>
  1646.     callable?: True
  1647.     doc string:
  1648. IsInFormation( (UnitInfoClass)arg1) -> bool :
  1649.  
  1650.     C++ signature :
  1651.         bool IsInFormation(class scriptinterface::tcPlatformInterface {lvalue})
  1652.  
  1653.  
  1654.  
  1655.     UI.IsLauncherEffective
  1656.     type: <type 'instancemethod'>
  1657.     callable?: True
  1658.     doc string:
  1659. IsLauncherEffective( (UnitInfoClass)arg1, (int)arg2) -> bool :
  1660.  
  1661.     C++ signature :
  1662.         bool IsLauncherEffective(class scriptinterface::tcPlatformInterface {lvalue},int)
  1663.  
  1664.  
  1665.  
  1666.     UI.IsMultiplayerActive
  1667.     type: <type 'instancemethod'>
  1668.     callable?: True
  1669.     doc string:
  1670. IsMultiplayerActive( (UnitInfoClass)arg1) -> bool :
  1671.  
  1672.     C++ signature :
  1673.         bool IsMultiplayerActive(class scriptinterface::tcPlatformInterface {lvalue})
  1674.  
  1675.  
  1676.  
  1677.     UI.IsPlayerControlled
  1678.     type: <type 'instancemethod'>
  1679.     callable?: True
  1680.     doc string:
  1681. IsPlayerControlled( (UnitInfoClass)arg1) -> bool :
  1682.  
  1683.     C++ signature :
  1684.         bool IsPlayerControlled(class scriptinterface::tcPlatformInterface {lvalue})
  1685.  
  1686.  
  1687.  
  1688.     UI.IsRefueling
  1689.     type: <type 'instancemethod'>
  1690.     callable?: True
  1691.     doc string:
  1692. IsRefueling( (UnitInfoClass)arg1) -> bool :
  1693.  
  1694.     C++ signature :
  1695.         bool IsRefueling(class scriptinterface::tcPlatformInterface {lvalue})
  1696.  
  1697.  
  1698.  
  1699.     UI.IsSub
  1700.     type: <type 'instancemethod'>
  1701.     callable?: True
  1702.     doc string:
  1703. IsSub( (UnitInfoClass)arg1) -> bool :
  1704.  
  1705.     C++ signature :
  1706.         bool IsSub(class scriptinterface::tcPlatformInterface {lvalue})
  1707.  
  1708.  
  1709.  
  1710.     UI.IsSurface
  1711.     type: <type 'instancemethod'>
  1712.     callable?: True
  1713.     doc string:
  1714. IsSurface( (UnitInfoClass)arg1) -> bool :
  1715.  
  1716.     C++ signature :
  1717.         bool IsSurface(class scriptinterface::tcPlatformInterface {lvalue})
  1718.  
  1719.  
  1720.  
  1721.     UI.IsTankerAircraft
  1722.     type: <type 'instancemethod'>
  1723.     callable?: True
  1724.     doc string:
  1725. IsTankerAircraft( (UnitInfoClass)arg1, (int)arg2) -> bool :
  1726.  
  1727.     C++ signature :
  1728.         bool IsTankerAircraft(class scriptinterface::tcPlatformInterface {lvalue},long)
  1729.  
  1730.  
  1731.  
  1732.     UI.IsTargetInRange
  1733.     type: <type 'instancemethod'>
  1734.     callable?: True
  1735.     doc string:
  1736. IsTargetInRange( (UnitInfoClass)arg1, (int)arg2, (float)arg3, (float)arg4, (float)arg5, (float)arg6, (float)arg7) -> bool :
  1737.  
  1738.     C++ signature :
  1739.         bool IsTargetInRange(class scriptinterface::tcPlatformInterface {lvalue},int,float,float,float,float,float)
  1740.  
  1741.  
  1742.  
  1743.     UI.IsValid
  1744.     type: <type 'instancemethod'>
  1745.     callable?: True
  1746.     doc string:
  1747. IsValid( (UnitInfoClass)arg1) -> bool :
  1748.  
  1749.     C++ signature :
  1750.         bool IsValid(class scriptinterface::tcPlatformInterface {lvalue})
  1751.  
  1752.  
  1753.  
  1754.     UI.Launch
  1755.     type: <type 'instancemethod'>
  1756.     callable?: True
  1757.     doc string:
  1758. Launch( (UnitInfoClass)arg1, (int)arg2, (int)arg3) -> None :
  1759.  
  1760.     C++ signature :
  1761.         void Launch(class scriptinterface::tcPlatformInterface {lvalue},int,int)
  1762.  
  1763.  
  1764.  
  1765.     UI.LaunchAtMe
  1766.     type: <type 'instancemethod'>
  1767.     callable?: True
  1768.     doc string:
  1769. LaunchAtMe( (UnitInfoClass)arg1, (str)arg2, (int)arg3) -> None :
  1770.  
  1771.     C++ signature :
  1772.         void LaunchAtMe(class scriptinterface::tcPlatformInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,unsigned int)
  1773.  
  1774.  
  1775.  
  1776.     UI.LoadLauncher
  1777.     type: <type 'instancemethod'>
  1778.     callable?: True
  1779.     doc string:
  1780. LoadLauncher( (UnitInfoClass)arg1, (int)arg2, (str)arg3) -> None :
  1781.  
  1782.     C++ signature :
  1783.         void LoadLauncher(class scriptinterface::tcPlatformInterface {lvalue},int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  1784.  
  1785.  
  1786.  
  1787.     UI.LoadLauncherTest
  1788.     type: <type 'instancemethod'>
  1789.     callable?: True
  1790.     doc string:
  1791. LoadLauncherTest( (UnitInfoClass)arg1, (int)arg2, (str)arg3, (int)arg4) -> None :
  1792.  
  1793.     C++ signature :
  1794.         void LoadLauncherTest(class scriptinterface::tcPlatformInterface {lvalue},int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,int)
  1795.  
  1796.  
  1797.  
  1798.     UI.LoadOther
  1799.     type: <type 'instancemethod'>
  1800.     callable?: True
  1801.     doc string:
  1802. LoadOther( (UnitInfoClass)arg1, (str)arg2) -> None :
  1803.  
  1804.     C++ signature :
  1805.         void LoadOther(class scriptinterface::tcPlatformInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  1806.  
  1807.  
  1808.  
  1809.     UI.LookupFriendlyId
  1810.     type: <type 'instancemethod'>
  1811.     callable?: True
  1812.     doc string:
  1813. LookupFriendlyId( (UnitInfoClass)arg1, (str)arg2) -> int :
  1814.  
  1815.     C++ signature :
  1816.         long LookupFriendlyId(class scriptinterface::tcPlatformInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  1817.  
  1818.  
  1819.  
  1820.     UI.LookupFriendlyName
  1821.     type: <type 'instancemethod'>
  1822.     callable?: True
  1823.     doc string:
  1824. LookupFriendlyName( (UnitInfoClass)arg1, (int)arg2) -> str :
  1825.  
  1826.     C++ signature :
  1827.         class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > LookupFriendlyName(class scriptinterface::tcPlatformInterface {lvalue},long)
  1828.  
  1829.  
  1830.  
  1831.     UI.MaintenanceHold
  1832.     type: <type 'instancemethod'>
  1833.     callable?: True
  1834.     doc string:
  1835. MaintenanceHold( (UnitInfoClass)arg1) -> bool :
  1836.  
  1837.     C++ signature :
  1838.         bool MaintenanceHold(class scriptinterface::tcPlatformInterface {lvalue})
  1839.  
  1840.  
  1841.  
  1842.     UI.MovePlatform
  1843.     type: <type 'instancemethod'>
  1844.     callable?: True
  1845.     doc string:
  1846. MovePlatform( (UnitInfoClass)arg1, (float)arg2, (float)arg3) -> None :
  1847.  
  1848.     C++ signature :
  1849.         void MovePlatform(class scriptinterface::tcPlatformInterface {lvalue},float,float)
  1850.  
  1851.  
  1852.  
  1853.     UI.PlaySound
  1854.     type: <type 'instancemethod'>
  1855.     callable?: True
  1856.     doc string:
  1857. PlaySound( (UnitInfoClass)arg1, (str)arg2) -> None :
  1858.  
  1859.     C++ signature :
  1860.         void PlaySound(class scriptinterface::tcPlatformInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  1861.  
  1862.  
  1863.  
  1864.     UI.Rand
  1865.     type: <type 'instancemethod'>
  1866.     callable?: True
  1867.     doc string:
  1868. Rand( (UnitInfoClass)arg1) -> float :
  1869.  
  1870.     C++ signature :
  1871.         float Rand(class scriptinterface::tcPlatformInterface {lvalue})
  1872.  
  1873.  
  1874.  
  1875.     UI.ReleaseControl
  1876.     type: <type 'instancemethod'>
  1877.     callable?: True
  1878.     doc string:
  1879. ReleaseControl( (UnitInfoClass)arg1) -> None :
  1880.  
  1881.     C++ signature :
  1882.         void ReleaseControl(class scriptinterface::tcPlatformInterface {lvalue})
  1883.  
  1884.  
  1885.  
  1886.     UI.RemoveWaypointTask
  1887.     type: <type 'instancemethod'>
  1888.     callable?: True
  1889.     doc string:
  1890. RemoveWaypointTask( (UnitInfoClass)arg1, (int)arg2, (str)arg3) -> None :
  1891.  
  1892.     C++ signature :
  1893.         void RemoveWaypointTask(class scriptinterface::tcPlatformInterface {lvalue},unsigned int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  1894.  
  1895.  
  1896.  
  1897.     UI.RenamePlatform
  1898.     type: <type 'instancemethod'>
  1899.     callable?: True
  1900.     doc string:
  1901. RenamePlatform( (UnitInfoClass)arg1, (str)arg2) -> None :
  1902.  
  1903.     C++ signature :
  1904.         void RenamePlatform(class scriptinterface::tcPlatformInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  1905.  
  1906.  
  1907.  
  1908.     UI.SendCommand
  1909.     type: <type 'instancemethod'>
  1910.     callable?: True
  1911.     doc string:
  1912. SendCommand( (UnitInfoClass)arg1, (str)arg2) -> None :
  1913.  
  1914.     C++ signature :
  1915.         void SendCommand(class scriptinterface::tcPlatformInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  1916.  
  1917.  
  1918.  
  1919.     UI.SendDatumToLauncher
  1920.     type: <type 'instancemethod'>
  1921.     callable?: True
  1922.     doc string:
  1923. SendDatumToLauncher( (UnitInfoClass)arg1, (float)arg2, (float)arg3, (float)arg4, (int)arg5) -> None :
  1924.  
  1925.     C++ signature :
  1926.         void SendDatumToLauncher(class scriptinterface::tcPlatformInterface {lvalue},float,float,float,int)
  1927.  
  1928.  
  1929.  
  1930.     UI.SendTargetToLauncher
  1931.     type: <type 'instancemethod'>
  1932.     callable?: True
  1933.     doc string:
  1934. SendTargetToLauncher( (UnitInfoClass)arg1, (int)arg2, (int)arg3) -> bool :
  1935.  
  1936.     C++ signature :
  1937.         bool SendTargetToLauncher(class scriptinterface::tcPlatformInterface {lvalue},long,int)
  1938.  
  1939.  
  1940.  
  1941.     UI.SetActionText
  1942.     type: <type 'instancemethod'>
  1943.     callable?: True
  1944.     doc string:
  1945. SetActionText( (UnitInfoClass)arg1, (str)arg2) -> None :
  1946.  
  1947.     C++ signature :
  1948.         void SetActionText(class scriptinterface::tcPlatformInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  1949.  
  1950.  
  1951.  
  1952.     UI.SetAirGroupCount
  1953.     type: <type 'instancemethod'>
  1954.     callable?: True
  1955.     doc string:
  1956. SetAirGroupCount( (UnitInfoClass)arg1, (int)arg2) -> None :
  1957.  
  1958.     C++ signature :
  1959.         void SetAirGroupCount(class scriptinterface::tcPlatformInterface {lvalue},unsigned int)
  1960.  
  1961.  
  1962.  
  1963.     UI.SetAirGroupName
  1964.     type: <type 'instancemethod'>
  1965.     callable?: True
  1966.     doc string:
  1967. SetAirGroupName( (UnitInfoClass)arg1, (str)arg2) -> None :
  1968.  
  1969.     C++ signature :
  1970.         void SetAirGroupName(class scriptinterface::tcPlatformInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  1971.  
  1972.  
  1973.  
  1974.     UI.SetAllSensorState
  1975.     type: <type 'instancemethod'>
  1976.     callable?: True
  1977.     doc string:
  1978. SetAllSensorState( (UnitInfoClass)arg1, (int)arg2) -> None :
  1979.  
  1980.     C++ signature :
  1981.         void SetAllSensorState(class scriptinterface::tcPlatformInterface {lvalue},int)
  1982.  
  1983.  
  1984.  
  1985.     UI.SetAlt
  1986.     type: <type 'instancemethod'>
  1987.     callable?: True
  1988.     doc string:
  1989. SetAlt( (UnitInfoClass)arg1, (float)arg2) -> None :
  1990.  
  1991.     C++ signature :
  1992.         void SetAlt(class scriptinterface::tcPlatformInterface {lvalue},float)
  1993.  
  1994.  
  1995.  
  1996.     UI.SetAltitude
  1997.     type: <type 'instancemethod'>
  1998.     callable?: True
  1999.     doc string:
  2000. SetAltitude( (UnitInfoClass)arg1, (float)arg2) -> None :
  2001.  
  2002.     C++ signature :
  2003.         void SetAltitude(class scriptinterface::tcPlatformInterface {lvalue},float)
  2004.  
  2005.  
  2006.  
  2007.     UI.SetAlwaysVisible
  2008.     type: <type 'instancemethod'>
  2009.     callable?: True
  2010.     doc string:
  2011. SetAlwaysVisible( (UnitInfoClass)arg1, (bool)arg2) -> None :
  2012.  
  2013.     C++ signature :
  2014.         void SetAlwaysVisible(class scriptinterface::tcPlatformInterface {lvalue},bool)
  2015.  
  2016.  
  2017.  
  2018.     UI.SetClimbDeg
  2019.     type: <type 'instancemethod'>
  2020.     callable?: True
  2021.     doc string:
  2022. SetClimbDeg( (UnitInfoClass)arg1, (float)arg2) -> None :
  2023.  
  2024.     C++ signature :
  2025.         void SetClimbDeg(class scriptinterface::tcPlatformInterface {lvalue},float)
  2026.  
  2027.  
  2028.  
  2029.     UI.SetClimbRad
  2030.     type: <type 'instancemethod'>
  2031.     callable?: True
  2032.     doc string:
  2033. SetClimbRad( (UnitInfoClass)arg1, (float)arg2) -> None :
  2034.  
  2035.     C++ signature :
  2036.         void SetClimbRad(class scriptinterface::tcPlatformInterface {lvalue},float)
  2037.  
  2038.  
  2039.  
  2040.     UI.SetCost
  2041.     type: <type 'instancemethod'>
  2042.     callable?: True
  2043.     doc string:
  2044. SetCost( (UnitInfoClass)arg1, (float)arg2) -> None :
  2045.  
  2046.     C++ signature :
  2047.         void SetCost(class scriptinterface::tcPlatformInterface {lvalue},float)
  2048.  
  2049.  
  2050.  
  2051.     UI.SetCurrentWaypoint
  2052.     type: <type 'instancemethod'>
  2053.     callable?: True
  2054.     doc string:
  2055. SetCurrentWaypoint( (UnitInfoClass)arg1, (int)arg2) -> None :
  2056.  
  2057.     C++ signature :
  2058.         void SetCurrentWaypoint(class scriptinterface::tcPlatformInterface {lvalue},unsigned int)
  2059.  
  2060.  
  2061.  
  2062.     UI.SetFormationAltitudeOffset
  2063.     type: <type 'instancemethod'>
  2064.     callable?: True
  2065.     doc string:
  2066. SetFormationAltitudeOffset( (UnitInfoClass)arg1, (float)arg2) -> None :
  2067.  
  2068.     C++ signature :
  2069.         void SetFormationAltitudeOffset(class scriptinterface::tcPlatformInterface {lvalue},float)
  2070.  
  2071.  
  2072.  
  2073.     UI.SetFormationEdit
  2074.     type: <type 'instancemethod'>
  2075.     callable?: True
  2076.     doc string:
  2077. SetFormationEdit( (UnitInfoClass)arg1, (bool)arg2) -> None :
  2078.  
  2079.     C++ signature :
  2080.         void SetFormationEdit(class scriptinterface::tcPlatformInterface {lvalue},bool)
  2081.  
  2082.  
  2083.  
  2084.     UI.SetFormationLeader
  2085.     type: <type 'instancemethod'>
  2086.     callable?: True
  2087.     doc string:
  2088. SetFormationLeader( (UnitInfoClass)arg1, (int)arg2) -> None :
  2089.  
  2090.     C++ signature :
  2091.         void SetFormationLeader(class scriptinterface::tcPlatformInterface {lvalue},long)
  2092.  
  2093.  
  2094.  
  2095.     UI.SetFormationMode
  2096.     type: <type 'instancemethod'>
  2097.     callable?: True
  2098.     doc string:
  2099. SetFormationMode( (UnitInfoClass)arg1, (int)arg2) -> None :
  2100.  
  2101.     C++ signature :
  2102.         void SetFormationMode(class scriptinterface::tcPlatformInterface {lvalue},int)
  2103.  
  2104.  
  2105.  
  2106.     UI.SetFormationPosition
  2107.     type: <type 'instancemethod'>
  2108.     callable?: True
  2109.     doc string:
  2110. SetFormationPosition( (UnitInfoClass)arg1, (float)arg2, (float)arg3, (float)arg4, (float)arg5) -> None :
  2111.  
  2112.     C++ signature :
  2113.         void SetFormationPosition(class scriptinterface::tcPlatformInterface {lvalue},float,float,float,float)
  2114.  
  2115.  
  2116.  
  2117.     UI.SetFormationUseNorthBearing
  2118.     type: <type 'instancemethod'>
  2119.     callable?: True
  2120.     doc string:
  2121. SetFormationUseNorthBearing( (UnitInfoClass)arg1, (bool)arg2) -> None :
  2122.  
  2123.     C++ signature :
  2124.         void SetFormationUseNorthBearing(class scriptinterface::tcPlatformInterface {lvalue},bool)
  2125.  
  2126.  
  2127.  
  2128.     UI.SetFuelTest
  2129.     type: <type 'instancemethod'>
  2130.     callable?: True
  2131.     doc string:
  2132. SetFuelTest( (UnitInfoClass)arg1, (float)arg2) -> None :
  2133.  
  2134.     C++ signature :
  2135.         void SetFuelTest(class scriptinterface::tcPlatformInterface {lvalue},float)
  2136.  
  2137.  
  2138.  
  2139.     UI.SetHeading
  2140.     type: <type 'instancemethod'>
  2141.     callable?: True
  2142.     doc string:
  2143. SetHeading( (UnitInfoClass)arg1, (float)arg2) -> None :
  2144.  
  2145.     C++ signature :
  2146.         void SetHeading(class scriptinterface::tcPlatformInterface {lvalue},float)
  2147.  
  2148.  
  2149.  
  2150.     UI.SetHeadingRad
  2151.     type: <type 'instancemethod'>
  2152.     callable?: True
  2153.     doc string:
  2154. SetHeadingRad( (UnitInfoClass)arg1, (float)arg2) -> None :
  2155.  
  2156.     C++ signature :
  2157.         void SetHeadingRad(class scriptinterface::tcPlatformInterface {lvalue},float)
  2158.  
  2159.  
  2160.  
  2161.     UI.SetHeadingToInterceptTarget
  2162.     type: <type 'instancemethod'>
  2163.     callable?: True
  2164.     doc string:
  2165. SetHeadingToInterceptTarget( (UnitInfoClass)arg1) -> float :
  2166.  
  2167.     C++ signature :
  2168.         float SetHeadingToInterceptTarget(class scriptinterface::tcPlatformInterface {lvalue})
  2169.  
  2170.  
  2171.  
  2172.     UI.SetHeadingToInterceptTrack
  2173.     type: <type 'instancemethod'>
  2174.     callable?: True
  2175.     doc string:
  2176. SetHeadingToInterceptTrack( (UnitInfoClass)arg1, (tcSMTrack)arg2) -> float :
  2177.  
  2178.     C++ signature :
  2179.         float SetHeadingToInterceptTrack(class scriptinterface::tcPlatformInterface {lvalue},class tcSensorMapTrack)
  2180.  
  2181.  
  2182.  
  2183.     UI.SetIncludeProbability
  2184.     type: <type 'instancemethod'>
  2185.     callable?: True
  2186.     doc string:
  2187. SetIncludeProbability( (UnitInfoClass)arg1, (float)arg2) -> None :
  2188.  
  2189.     C++ signature :
  2190.         void SetIncludeProbability(class scriptinterface::tcPlatformInterface {lvalue},float)
  2191.  
  2192.  
  2193.  
  2194.     UI.SetInvulnerable
  2195.     type: <type 'instancemethod'>
  2196.     callable?: True
  2197.     doc string:
  2198. SetInvulnerable( (UnitInfoClass)arg1, (bool)arg2) -> None :
  2199.  
  2200.     C++ signature :
  2201.         void SetInvulnerable(class scriptinterface::tcPlatformInterface {lvalue},bool)
  2202.  
  2203.  
  2204.  
  2205.     UI.SetLandingState
  2206.     type: <type 'instancemethod'>
  2207.     callable?: True
  2208.     doc string:
  2209. SetLandingState( (UnitInfoClass)arg1, (int)arg2) -> None :
  2210.  
  2211.     C++ signature :
  2212.         void SetLandingState(class scriptinterface::tcPlatformInterface {lvalue},int)
  2213.  
  2214.  
  2215.  
  2216.     UI.SetMagazineAddCount
  2217.     type: <type 'instancemethod'>
  2218.     callable?: True
  2219.     doc string:
  2220. SetMagazineAddCount( (UnitInfoClass)arg1, (int)arg2) -> None :
  2221.  
  2222.     C++ signature :
  2223.         void SetMagazineAddCount(class scriptinterface::tcPlatformInterface {lvalue},unsigned int)
  2224.  
  2225.  
  2226.  
  2227.     UI.SetMaxTurnRate
  2228.     type: <type 'instancemethod'>
  2229.     callable?: True
  2230.     doc string:
  2231. SetMaxTurnRate( (UnitInfoClass)arg1, (float)arg2) -> None :
  2232.  
  2233.     C++ signature :
  2234.         void SetMaxTurnRate(class scriptinterface::tcPlatformInterface {lvalue},float)
  2235.  
  2236.  
  2237.  
  2238.     UI.SetNavLoopState
  2239.     type: <type 'instancemethod'>
  2240.     callable?: True
  2241.     doc string:
  2242. SetNavLoopState( (UnitInfoClass)arg1, (bool)arg2) -> None :
  2243.  
  2244.     C++ signature :
  2245.         void SetNavLoopState(class scriptinterface::tcPlatformInterface {lvalue},bool)
  2246.  
  2247.  
  2248.  
  2249.     UI.SetNavWaypointTasks
  2250.     type: <type 'instancemethod'>
  2251.     callable?: True
  2252.     doc string:
  2253. SetNavWaypointTasks( (UnitInfoClass)arg1, (int)arg2, (str)arg3) -> None :
  2254.  
  2255.     C++ signature :
  2256.         void SetNavWaypointTasks(class scriptinterface::tcPlatformInterface {lvalue},unsigned int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  2257.  
  2258.  
  2259.  
  2260.     UI.SetPitchLimit
  2261.     type: <type 'instancemethod'>
  2262.     callable?: True
  2263.     doc string:
  2264. SetPitchLimit( (UnitInfoClass)arg1, (float)arg2) -> None :
  2265.  
  2266.     C++ signature :
  2267.         void SetPitchLimit(class scriptinterface::tcPlatformInterface {lvalue},float)
  2268.  
  2269.  
  2270.  
  2271.     UI.SetSensorState
  2272.     type: <type 'instancemethod'>
  2273.     callable?: True
  2274.     doc string:
  2275. SetSensorState( (UnitInfoClass)arg1, (int)arg2, (int)arg3) -> None :
  2276.  
  2277.     C++ signature :
  2278.         void SetSensorState(class scriptinterface::tcPlatformInterface {lvalue},int,int)
  2279.  
  2280.  
  2281.  
  2282.     UI.SetSpeed
  2283.     type: <type 'instancemethod'>
  2284.     callable?: True
  2285.     doc string:
  2286. SetSpeed( (UnitInfoClass)arg1, (float)arg2) -> None :
  2287.  
  2288.     C++ signature :
  2289.         void SetSpeed(class scriptinterface::tcPlatformInterface {lvalue},float)
  2290.  
  2291.  
  2292.  
  2293.     UI.SetSpeedToMax
  2294.     type: <type 'instancemethod'>
  2295.     callable?: True
  2296.     doc string:
  2297. SetSpeedToMax( (UnitInfoClass)arg1) -> None :
  2298.  
  2299.     C++ signature :
  2300.         void SetSpeedToMax(class scriptinterface::tcPlatformInterface {lvalue})
  2301.  
  2302.  
  2303.  
  2304.     UI.SetTarget
  2305.     type: <type 'instancemethod'>
  2306.     callable?: True
  2307.     doc string:
  2308. SetTarget( (UnitInfoClass)arg1, (int)arg2) -> None :
  2309.  
  2310.     C++ signature :
  2311.         void SetTarget(class scriptinterface::tcPlatformInterface {lvalue},long)
  2312.  
  2313.  
  2314.  
  2315.     UI.SetTaskRun
  2316.     type: <type 'instancemethod'>
  2317.     callable?: True
  2318.     doc string:
  2319. SetTaskRun( (UnitInfoClass)arg1, (str)arg2, (bool)arg3) -> None :
  2320.  
  2321.     C++ signature :
  2322.         void SetTaskRun(class scriptinterface::tcPlatformInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
  2323.  
  2324.  
  2325.  
  2326.     UI.SetTestParameter
  2327.     type: <type 'instancemethod'>
  2328.     callable?: True
  2329.     doc string:
  2330. SetTestParameter( (UnitInfoClass)arg1, (str)arg2, (float)arg3) -> None :
  2331.  
  2332.     C++ signature :
  2333.         void SetTestParameter(class scriptinterface::tcPlatformInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,float)
  2334.  
  2335.  
  2336.  
  2337.     UI.SetThrottle
  2338.     type: <type 'instancemethod'>
  2339.     callable?: True
  2340.     doc string:
  2341. SetThrottle( (UnitInfoClass)arg1, (float)arg2) -> None :
  2342.  
  2343.     C++ signature :
  2344.         void SetThrottle(class scriptinterface::tcPlatformInterface {lvalue},float)
  2345.  
  2346.  
  2347.  
  2348.     UI.StartRefuelWith
  2349.     type: <type 'instancemethod'>
  2350.     callable?: True
  2351.     doc string:
  2352. StartRefuelWith( (UnitInfoClass)arg1, (int)arg2) -> bool :
  2353.  
  2354.     C++ signature :
  2355.         bool StartRefuelWith(class scriptinterface::tcPlatformInterface {lvalue},long)
  2356.  
  2357.  
  2358.  
  2359.     UI.TakeControl
  2360.     type: <type 'instancemethod'>
  2361.     callable?: True
  2362.     doc string:
  2363. TakeControl( (UnitInfoClass)arg1) -> None :
  2364.  
  2365.     C++ signature :
  2366.         void TakeControl(class scriptinterface::tcPlatformInterface {lvalue})
  2367.  
  2368.  
  2369.  
  2370.     UI.TaskExists
  2371.     type: <type 'instancemethod'>
  2372.     callable?: True
  2373.     doc string:
  2374. TaskExists( (UnitInfoClass)arg1, (str)arg2) -> bool :
  2375.  
  2376.     C++ signature :
  2377.         bool TaskExists(class scriptinterface::tcPlatformInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  2378.  
  2379.  
  2380.  
  2381.     UI.UnloadLauncher
  2382.     type: <type 'instancemethod'>
  2383.     callable?: True
  2384.     doc string:
  2385. UnloadLauncher( (UnitInfoClass)arg1, (int)arg2) -> None :
  2386.  
  2387.     C++ signature :
  2388.         void UnloadLauncher(class scriptinterface::tcPlatformInterface {lvalue},int)
  2389.  
  2390.  
  2391.  
  2392.     UI.UpdateMissionEditGraphics
  2393.     type: <type 'instancemethod'>
  2394.     callable?: True
  2395.     doc string:
  2396. UpdateMissionEditGraphics( (UnitInfoClass)arg1) -> None :
  2397.  
  2398.     C++ signature :
  2399.         void UpdateMissionEditGraphics(class scriptinterface::tcPlatformInterface {lvalue})
  2400.  
  2401.  
  2402.  
  2403. ################
  2404. ##            ##
  2405. ##     BB     ##
  2406. ##            ##
  2407. ################
  2408.     BB.Erase
  2409.     type: <type 'instancemethod'>
  2410.     callable?: True
  2411.     doc string:
  2412. Erase( (BlackboardInterface)arg1, (str)arg2) -> None :
  2413.  
  2414.     C++ signature :
  2415.         void Erase(class ai::BlackboardInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  2416.  
  2417.  
  2418.  
  2419.     BB.KeyExists
  2420.     type: <type 'instancemethod'>
  2421.     callable?: True
  2422.     doc string:
  2423. KeyExists( (BlackboardInterface)arg1, (str)arg2) -> bool :
  2424.  
  2425.     C++ signature :
  2426.         bool KeyExists(class ai::BlackboardInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  2427.  
  2428.  
  2429.  
  2430.     BB.Read
  2431.     type: <type 'instancemethod'>
  2432.     callable?: True
  2433.     doc string:
  2434. Read( (BlackboardInterface)arg1, (str)arg2) -> BlackboardItem :
  2435.  
  2436.     C++ signature :
  2437.         class ai::BlackboardItem Read(class ai::BlackboardInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  2438.  
  2439.  
  2440.  
  2441.     BB.ReadAuthor
  2442.     type: <type 'instancemethod'>
  2443.     callable?: True
  2444.     doc string:
  2445. ReadAuthor( (BlackboardInterface)arg1, (str)arg2) -> int :
  2446.  
  2447.     C++ signature :
  2448.         long ReadAuthor(class ai::BlackboardInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  2449.  
  2450.  
  2451.  
  2452.     BB.ReadMessage
  2453.     type: <type 'instancemethod'>
  2454.     callable?: True
  2455.     doc string:
  2456. ReadMessage( (BlackboardInterface)arg1, (str)arg2) -> str :
  2457.  
  2458.     C++ signature :
  2459.         class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > ReadMessage(class ai::BlackboardInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  2460.  
  2461.  
  2462.  
  2463.     BB.ReadPriority
  2464.     type: <type 'instancemethod'>
  2465.     callable?: True
  2466.     doc string:
  2467. ReadPriority( (BlackboardInterface)arg1, (str)arg2) -> float :
  2468.  
  2469.     C++ signature :
  2470.         double ReadPriority(class ai::BlackboardInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  2471.  
  2472.  
  2473.  
  2474.     BB.Write
  2475.     type: <type 'instancemethod'>
  2476.     callable?: True
  2477.     doc string:
  2478. Write( (BlackboardInterface)arg1, (str)arg2, (str)arg3) -> bool :
  2479.  
  2480.     C++ signature :
  2481.         bool Write(class ai::BlackboardInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  2482.  
  2483.  
  2484.  
  2485.     BB.WriteGlobal
  2486.     type: <type 'instancemethod'>
  2487.     callable?: True
  2488.     doc string:
  2489. WriteGlobal( (BlackboardInterface)arg1, (str)arg2, (str)arg3) -> bool :
  2490.  
  2491.     C++ signature :
  2492.         bool WriteGlobal(class ai::BlackboardInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  2493.  
  2494.  
  2495.  
  2496.     BB.author
  2497.     type: <type 'int'>
  2498.     callable?: False
  2499.     doc string: int(x[, base]) -> integer
  2500.  
  2501.  
  2502.  
  2503.  
  2504.  
  2505.     BB.priority
  2506.     type: <type 'float'>
  2507.     callable?: False
  2508.     doc string: float(x) -> floating point number
  2509.  
  2510. Convert a string or number to a floating point number, if possible.
  2511.  
  2512.  
  2513.  
  2514. ################
  2515. ##            ##
  2516. ##     FC     ##
  2517. ##            ##
  2518. ################
  2519.     FC.maxLeft_deg
  2520.     type: <type 'float'>
  2521.     callable?: False
  2522.     doc string: float(x) -> floating point number
  2523.  
  2524. Convert a string or number to a floating point number, if possible.
  2525.  
  2526.  
  2527.  
  2528.     FC.maxRight_deg
  2529.     type: <type 'float'>
  2530.     callable?: False
  2531.     doc string: float(x) -> floating point number
  2532.  
  2533. Convert a string or number to a floating point number, if possible.
  2534.  
  2535.  
  2536.  
  2537.     FC.radarGuidanceActive
  2538.     type: <type 'bool'>
  2539.     callable?: False
  2540.     doc string: bool(x) -> bool
  2541.  
  2542. Returns True when the argument x is true, False otherwise.
  2543. The builtins True and False are the only two instances of the class bool.
  2544. The class bool is a subclass of the class int, and cannot be subclassed.
  2545.  
  2546.  
  2547.  
  2548.     FC.weaponsOut
  2549.     type: <type 'int'>
  2550.     callable?: False
  2551.     doc string: int(x[, base]) -> integer
  2552.  
  2553.  
  2554.  
  2555.  
  2556.  
  2557. ################
  2558. ##            ##
  2559. ##     FP     ##
  2560. ##            ##
  2561. ################
  2562.     FP.AddAEWMission
  2563.     type: <type 'instancemethod'>
  2564.     callable?: True
  2565.     doc string:
  2566. AddAEWMission( (FlightPortInterface)arg1, (float)arg2, (float)arg3) -> None :
  2567.  
  2568.     C++ signature :
  2569.         void AddAEWMission(class scriptinterface::tcFlightPortInterface {lvalue},float,float)
  2570.  
  2571.  
  2572.  
  2573.     FP.AddASWMission
  2574.     type: <type 'instancemethod'>
  2575.     callable?: True
  2576.     doc string:
  2577. AddASWMission( (FlightPortInterface)arg1, (float)arg2, (float)arg3) -> None :
  2578.  
  2579.     C++ signature :
  2580.         void AddASWMission(class scriptinterface::tcFlightPortInterface {lvalue},float,float)
  2581.  
  2582.  
  2583.  
  2584.     FP.AddAircraftToMission
  2585.     type: <type 'instancemethod'>
  2586.     callable?: True
  2587.     doc string:
  2588. AddAircraftToMission( (FlightPortInterface)arg1, (int)arg2, (str)arg3) -> None :
  2589.  
  2590.     C++ signature :
  2591.         void AddAircraftToMission(class scriptinterface::tcFlightPortInterface {lvalue},unsigned int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  2592.  
  2593.  
  2594.  
  2595.     FP.AddAttackMission
  2596.     type: <type 'instancemethod'>
  2597.     callable?: True
  2598.     doc string:
  2599. AddAttackMission( (FlightPortInterface)arg1, (int)arg2) -> None :
  2600.  
  2601.     C++ signature :
  2602.         void AddAttackMission(class scriptinterface::tcFlightPortInterface {lvalue},long)
  2603.  
  2604.  
  2605.  
  2606.     FP.AddCAPMission
  2607.     type: <type 'instancemethod'>
  2608.     callable?: True
  2609.     doc string:
  2610. AddCAPMission( (FlightPortInterface)arg1, (float)arg2, (float)arg3) -> None :
  2611.  
  2612.     C++ signature :
  2613.         void AddCAPMission(class scriptinterface::tcFlightPortInterface {lvalue},float,float)
  2614.  
  2615.  
  2616.  
  2617.     FP.AddGenericMission
  2618.     type: <type 'instancemethod'>
  2619.     callable?: True
  2620.     doc string:
  2621. AddGenericMission( (FlightPortInterface)arg1) -> int :
  2622.  
  2623.     C++ signature :
  2624.         unsigned int AddGenericMission(class scriptinterface::tcFlightPortInterface {lvalue})
  2625.  
  2626.  
  2627.  
  2628.     FP.AddMissionWaypoint
  2629.     type: <type 'instancemethod'>
  2630.     callable?: True
  2631.     doc string:
  2632. AddMissionWaypoint( (FlightPortInterface)arg1, (int)arg2, (float)arg3, (float)arg4) -> None :
  2633.  
  2634.     C++ signature :
  2635.         void AddMissionWaypoint(class scriptinterface::tcFlightPortInterface {lvalue},unsigned int,float,float)
  2636.  
  2637.  
  2638.  
  2639.     FP.AddMissionWaypointAdvanced
  2640.     type: <type 'instancemethod'>
  2641.     callable?: True
  2642.     doc string:
  2643. AddMissionWaypointAdvanced( (FlightPortInterface)arg1, (int)arg2, (float)arg3, (float)arg4, (float)arg5, (float)arg6) -> None :
  2644.  
  2645.     C++ signature :
  2646.         void AddMissionWaypointAdvanced(class scriptinterface::tcFlightPortInterface {lvalue},unsigned int,float,float,float,float)
  2647.  
  2648.  
  2649.  
  2650.     FP.AddMissionWaypointTask
  2651.     type: <type 'instancemethod'>
  2652.     callable?: True
  2653.     doc string:
  2654. AddMissionWaypointTask( (FlightPortInterface)arg1, (int)arg2, (int)arg3, (str)arg4) -> None :
  2655.  
  2656.     C++ signature :
  2657.         void AddMissionWaypointTask(class scriptinterface::tcFlightPortInterface {lvalue},unsigned int,unsigned int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  2658.  
  2659.  
  2660.  
  2661.     FP.ClearMissionWaypoints
  2662.     type: <type 'instancemethod'>
  2663.     callable?: True
  2664.     doc string:
  2665. ClearMissionWaypoints( (FlightPortInterface)arg1, (int)arg2) -> None :
  2666.  
  2667.     C++ signature :
  2668.         void ClearMissionWaypoints(class scriptinterface::tcFlightPortInterface {lvalue},unsigned int)
  2669.  
  2670.  
  2671.  
  2672.     FP.DeleteMissionWaypoint
  2673.     type: <type 'instancemethod'>
  2674.     callable?: True
  2675.     doc string:
  2676. DeleteMissionWaypoint( (FlightPortInterface)arg1, (int)arg2, (int)arg3) -> None :
  2677.  
  2678.     C++ signature :
  2679.         void DeleteMissionWaypoint(class scriptinterface::tcFlightPortInterface {lvalue},unsigned int,unsigned int)
  2680.  
  2681.  
  2682.  
  2683.     FP.EditMissionWaypoint
  2684.     type: <type 'instancemethod'>
  2685.     callable?: True
  2686.     doc string:
  2687. EditMissionWaypoint( (FlightPortInterface)arg1, (int)arg2, (int)arg3, (float)arg4, (float)arg5) -> None :
  2688.  
  2689.     C++ signature :
  2690.         void EditMissionWaypoint(class scriptinterface::tcFlightPortInterface {lvalue},unsigned int,unsigned int,float,float)
  2691.  
  2692.  
  2693.  
  2694.     FP.EditMissionWaypointAdvanced
  2695.     type: <type 'instancemethod'>
  2696.     callable?: True
  2697.     doc string:
  2698. EditMissionWaypointAdvanced( (FlightPortInterface)arg1, (int)arg2, (int)arg3, (float)arg4, (float)arg5, (float)arg6, (float)arg7) -> None :
  2699.  
  2700.     C++ signature :
  2701.         void EditMissionWaypointAdvanced(class scriptinterface::tcFlightPortInterface {lvalue},unsigned int,unsigned int,float,float,float,float)
  2702.  
  2703.  
  2704.  
  2705.     FP.EditMissionWaypointReference
  2706.     type: <type 'instancemethod'>
  2707.     callable?: True
  2708.     doc string:
  2709. EditMissionWaypointReference( (FlightPortInterface)arg1, (int)arg2, (int)arg3, (int)arg4, (int)arg5) -> None :
  2710.  
  2711.     C++ signature :
  2712.         void EditMissionWaypointReference(class scriptinterface::tcFlightPortInterface {lvalue},unsigned int,unsigned int,unsigned char,long)
  2713.  
  2714.  
  2715.  
  2716.     FP.GetCurrentTime
  2717.     type: <type 'instancemethod'>
  2718.     callable?: True
  2719.     doc string:
  2720. GetCurrentTime( (FlightPortInterface)arg1) -> float :
  2721.  
  2722.     C++ signature :
  2723.         double GetCurrentTime(class scriptinterface::tcFlightPortInterface {lvalue})
  2724.  
  2725.  
  2726.  
  2727.     FP.GetEditMissionId
  2728.     type: <type 'instancemethod'>
  2729.     callable?: True
  2730.     doc string:
  2731. GetEditMissionId( (FlightPortInterface)arg1) -> int :
  2732.  
  2733.     C++ signature :
  2734.         unsigned int GetEditMissionId(class scriptinterface::tcFlightPortInterface {lvalue})
  2735.  
  2736.  
  2737.  
  2738.     FP.GetLocalObj
  2739.     type: <type 'instancemethod'>
  2740.     callable?: True
  2741.     doc string:
  2742. GetLocalObj( (FlightPortInterface)arg1) -> None :
  2743.  
  2744.     C++ signature :
  2745.         void GetLocalObj(class scriptinterface::tcFlightPortInterface {lvalue})
  2746.  
  2747.  
  2748.  
  2749.     FP.GetMissionCount
  2750.     type: <type 'instancemethod'>
  2751.     callable?: True
  2752.     doc string:
  2753. GetMissionCount( (FlightPortInterface)arg1) -> int :
  2754.  
  2755.     C++ signature :
  2756.         unsigned int GetMissionCount(class scriptinterface::tcFlightPortInterface {lvalue})
  2757.  
  2758.  
  2759.  
  2760.     FP.GetMissionId
  2761.     type: <type 'instancemethod'>
  2762.     callable?: True
  2763.     doc string:
  2764. GetMissionId( (FlightPortInterface)arg1, (int)arg2) -> int :
  2765.  
  2766.     C++ signature :
  2767.         unsigned int GetMissionId(class scriptinterface::tcFlightPortInterface {lvalue},unsigned int)
  2768.  
  2769.  
  2770.  
  2771.     FP.GetMissionPatrolArea
  2772.     type: <type 'instancemethod'>
  2773.     callable?: True
  2774.     doc string:
  2775. GetMissionPatrolArea( (FlightPortInterface)arg1, (int)arg2) -> str :
  2776.  
  2777.     C++ signature :
  2778.         char const * GetMissionPatrolArea(class scriptinterface::tcFlightPortInterface {lvalue},unsigned int)
  2779.  
  2780.  
  2781.  
  2782.     FP.GetMissionType
  2783.     type: <type 'instancemethod'>
  2784.     callable?: True
  2785.     doc string:
  2786. GetMissionType( (FlightPortInterface)arg1, (int)arg2) -> str :
  2787.  
  2788.     C++ signature :
  2789.         char const * GetMissionType(class scriptinterface::tcFlightPortInterface {lvalue},unsigned int)
  2790.  
  2791.  
  2792.  
  2793.     FP.GetMissionWaypointCount
  2794.     type: <type 'instancemethod'>
  2795.     callable?: True
  2796.     doc string:
  2797. GetMissionWaypointCount( (FlightPortInterface)arg1, (int)arg2) -> int :
  2798.  
  2799.     C++ signature :
  2800.         unsigned int GetMissionWaypointCount(class scriptinterface::tcFlightPortInterface {lvalue},unsigned int)
  2801.  
  2802.  
  2803.  
  2804.     FP.GetUnitCount
  2805.     type: <type 'instancemethod'>
  2806.     callable?: True
  2807.     doc string:
  2808. GetUnitCount( (FlightPortInterface)arg1) -> int :
  2809.  
  2810.     C++ signature :
  2811.         int GetUnitCount(class scriptinterface::tcFlightPortInterface {lvalue})
  2812.  
  2813.  
  2814.  
  2815.     FP.GetUnitGoalLocation
  2816.     type: <type 'instancemethod'>
  2817.     callable?: True
  2818.     doc string:
  2819. GetUnitGoalLocation( (FlightPortInterface)arg1, (int)arg2) -> str :
  2820.  
  2821.     C++ signature :
  2822.         class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > GetUnitGoalLocation(class scriptinterface::tcFlightPortInterface {lvalue},int)
  2823.  
  2824.  
  2825.  
  2826.     FP.GetUnitID
  2827.     type: <type 'instancemethod'>
  2828.     callable?: True
  2829.     doc string:
  2830. GetUnitID( (FlightPortInterface)arg1, (int)arg2) -> int :
  2831.  
  2832.     C++ signature :
  2833.         long GetUnitID(class scriptinterface::tcFlightPortInterface {lvalue},int)
  2834.  
  2835.  
  2836.  
  2837.     FP.GetUnitLocation
  2838.     type: <type 'instancemethod'>
  2839.     callable?: True
  2840.     doc string:
  2841. GetUnitLocation( (FlightPortInterface)arg1, (int)arg2) -> str :
  2842.  
  2843.     C++ signature :
  2844.         class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > GetUnitLocation(class scriptinterface::tcFlightPortInterface {lvalue},int)
  2845.  
  2846.  
  2847.  
  2848.     FP.GetUnitName
  2849.     type: <type 'instancemethod'>
  2850.     callable?: True
  2851.     doc string:
  2852. GetUnitName( (FlightPortInterface)arg1, (int)arg2) -> str :
  2853.  
  2854.     C++ signature :
  2855.         class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > GetUnitName(class scriptinterface::tcFlightPortInterface {lvalue},int)
  2856.  
  2857.  
  2858.  
  2859.     FP.GetUnitPlatformInterface
  2860.     type: <type 'instancemethod'>
  2861.     callable?: True
  2862.     doc string:
  2863. GetUnitPlatformInterface( (FlightPortInterface)arg1, (int)arg2) -> UnitInfoClass :
  2864.  
  2865.     C++ signature :
  2866.         class scriptinterface::tcPlatformInterface GetUnitPlatformInterface(class scriptinterface::tcFlightPortInterface {lvalue},int)
  2867.  
  2868.  
  2869.  
  2870.     FP.GetUnitStatus
  2871.     type: <type 'instancemethod'>
  2872.     callable?: True
  2873.     doc string:
  2874. GetUnitStatus( (FlightPortInterface)arg1, (int)arg2) -> FlightUnitStatus :
  2875.  
  2876.     C++ signature :
  2877.         class scriptinterface::tcFlightUnitStatus GetUnitStatus(class scriptinterface::tcFlightPortInterface {lvalue},int)
  2878.  
  2879.  
  2880.  
  2881.     FP.HasAircraftForMission
  2882.     type: <type 'instancemethod'>
  2883.     callable?: True
  2884.     doc string:
  2885. HasAircraftForMission( (FlightPortInterface)arg1, (str)arg2) -> bool :
  2886.  
  2887.     C++ signature :
  2888.         bool HasAircraftForMission(class scriptinterface::tcFlightPortInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  2889.  
  2890.  
  2891.  
  2892.     FP.InsertMissionWaypoint
  2893.     type: <type 'instancemethod'>
  2894.     callable?: True
  2895.     doc string:
  2896. InsertMissionWaypoint( (FlightPortInterface)arg1, (int)arg2, (int)arg3, (float)arg4, (float)arg5) -> None :
  2897.  
  2898.     C++ signature :
  2899.         void InsertMissionWaypoint(class scriptinterface::tcFlightPortInterface {lvalue},unsigned int,unsigned int,float,float)
  2900.  
  2901.  
  2902.  
  2903.     FP.IsValid
  2904.     type: <type 'instancemethod'>
  2905.     callable?: True
  2906.     doc string:
  2907. IsValid( (FlightPortInterface)arg1) -> bool :
  2908.  
  2909.     C++ signature :
  2910.         bool IsValid(class scriptinterface::tcFlightPortInterface {lvalue})
  2911.  
  2912.  
  2913.  
  2914.     FP.Launch
  2915.     type: <type 'instancemethod'>
  2916.     callable?: True
  2917.     doc string:
  2918. Launch( (FlightPortInterface)arg1, (int)arg2) -> None :
  2919.  
  2920.     C++ signature :
  2921.         void Launch(class scriptinterface::tcFlightPortInterface {lvalue},int)
  2922.  
  2923.  
  2924.  
  2925.     FP.LaunchID
  2926.     type: <type 'instancemethod'>
  2927.     callable?: True
  2928.     doc string:
  2929. LaunchID( (FlightPortInterface)arg1, (int)arg2) -> None :
  2930.  
  2931.     C++ signature :
  2932.         void LaunchID(class scriptinterface::tcFlightPortInterface {lvalue},long)
  2933.  
  2934.  
  2935.  
  2936.     FP.RemoveMissionWaypointTask
  2937.     type: <type 'instancemethod'>
  2938.     callable?: True
  2939.     doc string:
  2940. RemoveMissionWaypointTask( (FlightPortInterface)arg1, (int)arg2, (int)arg3, (str)arg4) -> None :
  2941.  
  2942.     C++ signature :
  2943.         void RemoveMissionWaypointTask(class scriptinterface::tcFlightPortInterface {lvalue},unsigned int,unsigned int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  2944.  
  2945.  
  2946.  
  2947.     FP.SetDestination
  2948.     type: <type 'instancemethod'>
  2949.     callable?: True
  2950.     doc string:
  2951. SetDestination( (FlightPortInterface)arg1, (int)arg2, (int)arg3) -> None :
  2952.  
  2953.     C++ signature :
  2954.         void SetDestination(class scriptinterface::tcFlightPortInterface {lvalue},int,int)
  2955.  
  2956.  
  2957.  
  2958.     FP.SetEditMissionId
  2959.     type: <type 'instancemethod'>
  2960.     callable?: True
  2961.     doc string:
  2962. SetEditMissionId( (FlightPortInterface)arg1, (int)arg2) -> None :
  2963.  
  2964.     C++ signature :
  2965.         void SetEditMissionId(class scriptinterface::tcFlightPortInterface {lvalue},unsigned int)
  2966.  
  2967.  
  2968.  
  2969.     FP.SetMissionDatum
  2970.     type: <type 'instancemethod'>
  2971.     callable?: True
  2972.     doc string:
  2973. SetMissionDatum( (FlightPortInterface)arg1, (int)arg2, (float)arg3, (float)arg4) -> None :
  2974.  
  2975.     C++ signature :
  2976.         void SetMissionDatum(class scriptinterface::tcFlightPortInterface {lvalue},unsigned int,float,float)
  2977.  
  2978.  
  2979.  
  2980.     FP.SetMissionLandingTarget
  2981.     type: <type 'instancemethod'>
  2982.     callable?: True
  2983.     doc string:
  2984. SetMissionLandingTarget( (FlightPortInterface)arg1, (int)arg2, (str)arg3) -> None :
  2985.  
  2986.     C++ signature :
  2987.         void SetMissionLandingTarget(class scriptinterface::tcFlightPortInterface {lvalue},unsigned int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  2988.  
  2989.  
  2990.  
  2991.     FP.SetMissionLaunchTime
  2992.     type: <type 'instancemethod'>
  2993.     callable?: True
  2994.     doc string:
  2995. SetMissionLaunchTime( (FlightPortInterface)arg1, (int)arg2, (str)arg3) -> None :
  2996.  
  2997.     C++ signature :
  2998.         void SetMissionLaunchTime(class scriptinterface::tcFlightPortInterface {lvalue},unsigned int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  2999.  
  3000.  
  3001.  
  3002.     FP.SetMissionPatrolAnchor
  3003.     type: <type 'instancemethod'>
  3004.     callable?: True
  3005.     doc string:
  3006. SetMissionPatrolAnchor( (FlightPortInterface)arg1, (int)arg2, (str)arg3, (int)arg4) -> None :
  3007.  
  3008.     C++ signature :
  3009.         void SetMissionPatrolAnchor(class scriptinterface::tcFlightPortInterface {lvalue},unsigned int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,int)
  3010.  
  3011.  
  3012.  
  3013.     FP.SetMissionPatrolArea
  3014.     type: <type 'instancemethod'>
  3015.     callable?: True
  3016.     doc string:
  3017. SetMissionPatrolArea( (FlightPortInterface)arg1, (int)arg2, (str)arg3) -> None :
  3018.  
  3019.     C++ signature :
  3020.         void SetMissionPatrolArea(class scriptinterface::tcFlightPortInterface {lvalue},unsigned int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  3021.  
  3022.  
  3023.  
  3024.     FP.SetMissionType
  3025.     type: <type 'instancemethod'>
  3026.     callable?: True
  3027.     doc string:
  3028. SetMissionType( (FlightPortInterface)arg1, (int)arg2, (str)arg3) -> None :
  3029.  
  3030.     C++ signature :
  3031.         void SetMissionType(class scriptinterface::tcFlightPortInterface {lvalue},unsigned int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  3032.  
  3033.  
  3034.  
  3035.     FP.SetMissionWaveQuantity
  3036.     type: <type 'instancemethod'>
  3037.     callable?: True
  3038.     doc string:
  3039. SetMissionWaveQuantity( (FlightPortInterface)arg1, (int)arg2, (int)arg3) -> None :
  3040.  
  3041.     C++ signature :
  3042.         void SetMissionWaveQuantity(class scriptinterface::tcFlightPortInterface {lvalue},unsigned int,unsigned int)
  3043.  
  3044.  
  3045.  
  3046.     FP.SetMissionWaypointTasks
  3047.     type: <type 'instancemethod'>
  3048.     callable?: True
  3049.     doc string:
  3050. SetMissionWaypointTasks( (FlightPortInterface)arg1, (int)arg2, (int)arg3, (str)arg4) -> None :
  3051.  
  3052.     C++ signature :
  3053.         void SetMissionWaypointTasks(class scriptinterface::tcFlightPortInterface {lvalue},unsigned int,unsigned int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  3054.  
  3055.  
  3056.  
  3057.     FP.TransformToAbsolutePatrolArea
  3058.     type: <type 'instancemethod'>
  3059.     callable?: True
  3060.     doc string:
  3061. TransformToAbsolutePatrolArea( (FlightPortInterface)arg1, (int)arg2) -> None :
  3062.  
  3063.     C++ signature :
  3064.         void TransformToAbsolutePatrolArea(class scriptinterface::tcFlightPortInterface {lvalue},unsigned int)
  3065.  
  3066.  
  3067.  
  3068.     FP.TransformToRelativePatrolArea
  3069.     type: <type 'instancemethod'>
  3070.     callable?: True
  3071.     doc string:
  3072. TransformToRelativePatrolArea( (FlightPortInterface)arg1, (int)arg2) -> None :
  3073.  
  3074.     C++ signature :
  3075.         void TransformToRelativePatrolArea(class scriptinterface::tcFlightPortInterface {lvalue},unsigned int)
  3076.  
  3077.  
  3078.  
  3079. ################
  3080. ##            ##
  3081. ##     SI     ##
  3082. ##            ##
  3083. ################
  3084.     SI.GetBatteryFraction
  3085.     type: <type 'instancemethod'>
  3086.     callable?: True
  3087.     doc string:
  3088. GetBatteryFraction( (SubInterfaceClass)arg1) -> float :
  3089.  
  3090.     C++ signature :
  3091.         float GetBatteryFraction(class scriptinterface::tcSubInterface {lvalue})
  3092.  
  3093.  
  3094.  
  3095.     SI.GetCavitatingSpeed
  3096.     type: <type 'instancemethod'>
  3097.     callable?: True
  3098.     doc string:
  3099. GetCavitatingSpeed( (SubInterfaceClass)arg1, (float)arg2) -> float :
  3100.  
  3101.     C++ signature :
  3102.         float GetCavitatingSpeed(class scriptinterface::tcSubInterface {lvalue},float)
  3103.  
  3104.  
  3105.  
  3106.     SI.GetMaxDepth
  3107.     type: <type 'instancemethod'>
  3108.     callable?: True
  3109.     doc string:
  3110. GetMaxDepth( (SubInterfaceClass)arg1) -> float :
  3111.  
  3112.     C++ signature :
  3113.         float GetMaxDepth(class scriptinterface::tcSubInterface {lvalue})
  3114.  
  3115.  
  3116.  
  3117.     SI.GoToPeriscopeDepth
  3118.     type: <type 'instancemethod'>
  3119.     callable?: True
  3120.     doc string:
  3121. GoToPeriscopeDepth( (SubInterfaceClass)arg1) -> None :
  3122.  
  3123.     C++ signature :
  3124.         void GoToPeriscopeDepth(class scriptinterface::tcSubInterface {lvalue})
  3125.  
  3126.  
  3127.  
  3128.     SI.IsAtPeriscopeDepth
  3129.     type: <type 'instancemethod'>
  3130.     callable?: True
  3131.     doc string:
  3132. IsAtPeriscopeDepth( (SubInterfaceClass)arg1) -> bool :
  3133.  
  3134.     C++ signature :
  3135.         bool IsAtPeriscopeDepth(class scriptinterface::tcSubInterface {lvalue})
  3136.  
  3137.  
  3138.  
  3139.     SI.IsDieselElectric
  3140.     type: <type 'instancemethod'>
  3141.     callable?: True
  3142.     doc string:
  3143. IsDieselElectric( (SubInterfaceClass)arg1) -> bool :
  3144.  
  3145.     C++ signature :
  3146.         bool IsDieselElectric(class scriptinterface::tcSubInterface {lvalue})
  3147.  
  3148.  
  3149.  
  3150.     SI.IsPeriscopeRaised
  3151.     type: <type 'instancemethod'>
  3152.     callable?: True
  3153.     doc string:
  3154. IsPeriscopeRaised( (SubInterfaceClass)arg1) -> bool :
  3155.  
  3156.     C++ signature :
  3157.         bool IsPeriscopeRaised(class scriptinterface::tcSubInterface {lvalue})
  3158.  
  3159.  
  3160.  
  3161.     SI.IsRadarMastRaised
  3162.     type: <type 'instancemethod'>
  3163.     callable?: True
  3164.     doc string:
  3165. IsRadarMastRaised( (SubInterfaceClass)arg1) -> bool :
  3166.  
  3167.     C++ signature :
  3168.         bool IsRadarMastRaised(class scriptinterface::tcSubInterface {lvalue})
  3169.  
  3170.  
  3171.  
  3172.     SI.IsSnorkeling
  3173.     type: <type 'instancemethod'>
  3174.     callable?: True
  3175.     doc string:
  3176. IsSnorkeling( (SubInterfaceClass)arg1) -> bool :
  3177.  
  3178.     C++ signature :
  3179.         bool IsSnorkeling(class scriptinterface::tcSubInterface {lvalue})
  3180.  
  3181.  
  3182.  
  3183.     SI.IsValid
  3184.     type: <type 'instancemethod'>
  3185.     callable?: True
  3186.     doc string:
  3187. IsValid( (SubInterfaceClass)arg1) -> bool :
  3188.  
  3189.     C++ signature :
  3190.         bool IsValid(class scriptinterface::tcSubInterface {lvalue})
  3191.  
  3192.  
  3193.  
  3194.     SI.LowerPeriscope
  3195.     type: <type 'instancemethod'>
  3196.     callable?: True
  3197.     doc string:
  3198. LowerPeriscope( (SubInterfaceClass)arg1) -> None :
  3199.  
  3200.     C++ signature :
  3201.         void LowerPeriscope(class scriptinterface::tcSubInterface {lvalue})
  3202.  
  3203.  
  3204.  
  3205.     SI.LowerRadarMast
  3206.     type: <type 'instancemethod'>
  3207.     callable?: True
  3208.     doc string:
  3209. LowerRadarMast( (SubInterfaceClass)arg1) -> None :
  3210.  
  3211.     C++ signature :
  3212.         void LowerRadarMast(class scriptinterface::tcSubInterface {lvalue})
  3213.  
  3214.  
  3215.  
  3216.     SI.RaisePeriscope
  3217.     type: <type 'instancemethod'>
  3218.     callable?: True
  3219.     doc string:
  3220. RaisePeriscope( (SubInterfaceClass)arg1) -> None :
  3221.  
  3222.     C++ signature :
  3223.         void RaisePeriscope(class scriptinterface::tcSubInterface {lvalue})
  3224.  
  3225.  
  3226.  
  3227.     SI.RaiseRadarMast
  3228.     type: <type 'instancemethod'>
  3229.     callable?: True
  3230.     doc string:
  3231. RaiseRadarMast( (SubInterfaceClass)arg1) -> None :
  3232.  
  3233.     C++ signature :
  3234.         void RaiseRadarMast(class scriptinterface::tcSubInterface {lvalue})
  3235.  
  3236.  
  3237.  
  3238.     SI.SetSnorkelState
  3239.     type: <type 'instancemethod'>
  3240.     callable?: True
  3241.     doc string:
  3242. SetSnorkelState( (SubInterfaceClass)arg1, (bool)arg2) -> None :
  3243.  
  3244.     C++ signature :
  3245.         void SetSnorkelState(class scriptinterface::tcSubInterface {lvalue},bool)
  3246.  
  3247.  
  3248.  
  3249. ################
  3250. ##            ##
  3251. ##  Launcher  ##
  3252. ##            ##
  3253. ################
  3254.     launcher.AcceptsWaypoints
  3255.     type: <type 'bool'>
  3256.     callable?: False
  3257.     doc string: bool(x) -> bool
  3258.  
  3259. Returns True when the argument x is true, False otherwise.
  3260. The builtins True and False are the only two instances of the class bool.
  3261. The class bool is a subclass of the class int, and cannot be subclassed.
  3262.  
  3263.  
  3264.  
  3265.     launcher.FireControlTracks
  3266.     type: <type 'int'>
  3267.     callable?: False
  3268.     doc string: int(x[, base]) -> integer
  3269.  
  3270.  
  3271.  
  3272.  
  3273.  
  3274.     launcher.IsLoading
  3275.     type: <type 'bool'>
  3276.     callable?: False
  3277.     doc string: bool(x) -> bool
  3278.  
  3279. Returns True when the argument x is true, False otherwise.
  3280. The builtins True and False are the only two instances of the class bool.
  3281. The class bool is a subclass of the class int, and cannot be subclassed.
  3282.  
  3283.  
  3284.  
  3285.     launcher.IsNuclear
  3286.     type: <type 'bool'>
  3287.     callable?: False
  3288.     doc string: bool(x) -> bool
  3289.  
  3290. Returns True when the argument x is true, False otherwise.
  3291. The builtins True and False are the only two instances of the class bool.
  3292. The class bool is a subclass of the class int, and cannot be subclassed.
  3293.  
  3294.  
  3295.  
  3296.     launcher.IsValid
  3297.     type: <type 'instancemethod'>
  3298.     callable?: True
  3299.     doc string:
  3300. IsValid( (LauncherInfo)arg1) -> bool :
  3301.  
  3302.     C++ signature :
  3303.         bool IsValid(class scriptinterface::tcLauncherInfo {lvalue})
  3304.  
  3305.  
  3306.  
  3307.     launcher.LaunchMode
  3308.     type: <type 'int'>
  3309.     callable?: False
  3310.     doc string: int(x[, base]) -> integer
  3311.  
  3312.  
  3313.  
  3314.  
  3315.  
  3316.     launcher.Launcher
  3317.     type: <type 'int'>
  3318.     callable?: False
  3319.     doc string: int(x[, base]) -> integer
  3320.  
  3321.  
  3322.  
  3323.  
  3324.  
  3325.     launcher.LifeTime_s
  3326.     type: <type 'float'>
  3327.     callable?: False
  3328.     doc string: float(x) -> floating point number
  3329.  
  3330. Convert a string or number to a floating point number, if possible.
  3331.  
  3332.  
  3333.  
  3334.     launcher.MaxDepth_m
  3335.     type: <type 'float'>
  3336.     callable?: False
  3337.     doc string: float(x) -> floating point number
  3338.  
  3339. Convert a string or number to a floating point number, if possible.
  3340.  
  3341.  
  3342.  
  3343.     launcher.MaxFireControlTracks
  3344.     type: <type 'int'>
  3345.     callable?: False
  3346.     doc string: int(x[, base]) -> integer
  3347.  
  3348.  
  3349.  
  3350.  
  3351.  
  3352.     launcher.MaxLaunchAlt_m
  3353.     type: <type 'float'>
  3354.     callable?: False
  3355.     doc string: float(x) -> floating point number
  3356.  
  3357. Convert a string or number to a floating point number, if possible.
  3358.  
  3359.  
  3360.  
  3361.     launcher.MaxRange_km
  3362.     type: <type 'float'>
  3363.     callable?: False
  3364.     doc string: float(x) -> floating point number
  3365.  
  3366. Convert a string or number to a floating point number, if possible.
  3367.  
  3368.  
  3369.  
  3370.     launcher.MinLaunchAlt_m
  3371.     type: <type 'float'>
  3372.     callable?: False
  3373.     doc string: float(x) -> floating point number
  3374.  
  3375. Convert a string or number to a floating point number, if possible.
  3376.  
  3377.  
  3378.  
  3379.     launcher.MinRange_km
  3380.     type: <type 'float'>
  3381.     callable?: False
  3382.     doc string: float(x) -> floating point number
  3383.  
  3384. Convert a string or number to a floating point number, if possible.
  3385.  
  3386.  
  3387.  
  3388.     launcher.Quantity
  3389.     type: <type 'int'>
  3390.     callable?: False
  3391.     doc string: int(x[, base]) -> integer
  3392.  
  3393.  
  3394.  
  3395.  
  3396.  
  3397.     launcher.Range_km
  3398.     type: <type 'float'>
  3399.     callable?: False
  3400.     doc string: float(x) -> floating point number
  3401.  
  3402. Convert a string or number to a floating point number, if possible.
  3403.  
  3404.  
  3405.  
  3406.     launcher.SectorCenter
  3407.     type: <type 'float'>
  3408.     callable?: False
  3409.     doc string: float(x) -> floating point number
  3410.  
  3411. Convert a string or number to a floating point number, if possible.
  3412.  
  3413.  
  3414.  
  3415.     launcher.SectorWidth
  3416.     type: <type 'float'>
  3417.     callable?: False
  3418.     doc string: float(x) -> floating point number
  3419.  
  3420. Convert a string or number to a floating point number, if possible.
  3421.  
  3422.  
  3423.  
  3424.     launcher.Speed_mps
  3425.     type: <type 'float'>
  3426.     callable?: False
  3427.     doc string: float(x) -> floating point number
  3428.  
  3429. Convert a string or number to a floating point number, if possible.
  3430.  
  3431.  
  3432.  
  3433.     launcher.Status
  3434.     type: <type 'int'>
  3435.     callable?: False
  3436.     doc string: int(x[, base]) -> integer
  3437.  
  3438.  
  3439.  
  3440.  
  3441.  
  3442.     launcher.TargetFlags
  3443.     type: <type 'int'>
  3444.     callable?: False
  3445.     doc string: int(x[, base]) -> integer
  3446.  
  3447.  
  3448.  
  3449.  
  3450.  
  3451. ################
  3452. ##            ##
  3453. ##  Mission   ##
  3454. ##            ##
  3455. ################
  3456.     mission.GetAirborneAircraftCount
  3457.     type: <type 'instancemethod'>
  3458.     callable?: True
  3459.     doc string:
  3460. GetAirborneAircraftCount( (MissionInterface)arg1) -> int :
  3461.  
  3462.     C++ signature :
  3463.         unsigned int GetAirborneAircraftCount(class scriptinterface::tcMissionInterface {lvalue})
  3464.  
  3465.  
  3466.  
  3467.     mission.GetAirborneAircraftId
  3468.     type: <type 'instancemethod'>
  3469.     callable?: True
  3470.     doc string:
  3471. GetAirborneAircraftId( (MissionInterface)arg1, (int)arg2) -> int :
  3472.  
  3473.     C++ signature :
  3474.         long GetAirborneAircraftId(class scriptinterface::tcMissionInterface {lvalue},unsigned int)
  3475.  
  3476.  
  3477.  
  3478.     mission.GetLocalObj
  3479.     type: <type 'instancemethod'>
  3480.     callable?: True
  3481.     doc string:
  3482. GetLocalObj( (MissionInterface)arg1) -> None :
  3483.  
  3484.     C++ signature :
  3485.         void GetLocalObj(class scriptinterface::tcMissionInterface {lvalue})
  3486.  
  3487.  
  3488.  
  3489.     mission.GetMissionAircraftCount
  3490.     type: <type 'instancemethod'>
  3491.     callable?: True
  3492.     doc string:
  3493. GetMissionAircraftCount( (MissionInterface)arg1) -> int :
  3494.  
  3495.     C++ signature :
  3496.         unsigned int GetMissionAircraftCount(class scriptinterface::tcMissionInterface {lvalue})
  3497.  
  3498.  
  3499.  
  3500.     mission.GetSmallestWaypointIndex
  3501.     type: <type 'instancemethod'>
  3502.     callable?: True
  3503.     doc string:
  3504. GetSmallestWaypointIndex( (MissionInterface)arg1) -> int :
  3505.  
  3506.     C++ signature :
  3507.         unsigned int GetSmallestWaypointIndex(class scriptinterface::tcMissionInterface {lvalue})
  3508.  
  3509.  
  3510.  
  3511.     mission.IsValid
  3512.     type: <type 'instancemethod'>
  3513.     callable?: True
  3514.     doc string:
  3515. IsValid( (MissionInterface)arg1) -> bool :
  3516.  
  3517.     C++ signature :
  3518.         bool IsValid(class scriptinterface::tcMissionInterface {lvalue})
  3519.  
  3520.  
  3521.  
  3522. ################
  3523. ##            ##
  3524. ##   Sensor   ##
  3525. ##            ##
  3526. ################
  3527.     sensor.IsPassive
  3528.     type: <type 'instancemethod'>
  3529.     callable?: True
  3530.     doc string:
  3531. GetAirborneAircraftCount( (MissionInterface)arg1) -> int :
  3532.  
  3533.     C++ signature :
  3534.         unsigned int GetAirborneAircraftCount(class scriptinterface::tcMissionInterface {lvalue})
  3535.  
  3536.  
  3537.  
  3538.     sensor.isActive
  3539.     type: <type 'method-wrapper'>
  3540.     callable?: True
  3541.     doc string: x.__setattr__('name', value) <==> x.name = value
  3542.  
  3543.  
  3544.  
  3545.     sensor.type
  3546.     type: <type 'builtin_function_or_method'>
  3547.     callable?: True
  3548.     doc string: __sizeof__() -> int
  3549. size of object in memory, in bytes
  3550.  
  3551.  
  3552.  
  3553. ################
  3554. ##            ##
  3555. ##   Track    ##
  3556. ##            ##
  3557. ################
  3558.     track.Affiliation
  3559.     type: <type 'int'>
  3560.     callable?: False
  3561.     doc string: int(x[, base]) -> integer
  3562.  
  3563.  
  3564.  
  3565.  
  3566.  
  3567.     track.Alt
  3568.     type: <type 'float'>
  3569.     callable?: False
  3570.     doc string: float(x) -> floating point number
  3571.  
  3572. Convert a string or number to a floating point number, if possible.
  3573.  
  3574.  
  3575.  
  3576.     track.BearingRate_radps
  3577.     type: <type 'float'>
  3578.     callable?: False
  3579.     doc string: float(x) -> floating point number
  3580.  
  3581. Convert a string or number to a floating point number, if possible.
  3582.  
  3583.  
  3584.  
  3585.     track.BearingToRad
  3586.     type: <type 'instancemethod'>
  3587.     callable?: True
  3588.     doc string:
  3589. BearingToRad( (tcSMTrack)arg1, (float)arg2, (float)arg3) -> float :
  3590.  
  3591.     C++ signature :
  3592.         float BearingToRad(class tcSensorMapTrack {lvalue},float,float)
  3593.  
  3594.  
  3595.  
  3596.     track.Bearing_rad
  3597.     type: <type 'float'>
  3598.     callable?: False
  3599.     doc string: float(x) -> floating point number
  3600.  
  3601. Convert a string or number to a floating point number, if possible.
  3602.  
  3603.  
  3604.  
  3605.     track.Classification
  3606.     type: <type 'int'>
  3607.     callable?: False
  3608.     doc string: int(x[, base]) -> integer
  3609.  
  3610.  
  3611.  
  3612.  
  3613.  
  3614.     track.Flags
  3615.     type: <type 'int'>
  3616.     callable?: False
  3617.     doc string: int(x[, base]) -> integer
  3618.  
  3619.  
  3620.  
  3621.  
  3622.  
  3623.     track.GetEngagedCount
  3624.     type: <type 'instancemethod'>
  3625.     callable?: True
  3626.     doc string:
  3627. GetEngagedCount( (tcSMTrack)arg1) -> int :
  3628.  
  3629.     C++ signature :
  3630.         unsigned int GetEngagedCount(class tcSensorMapTrack {lvalue})
  3631.  
  3632.  
  3633.  
  3634.     track.GetTrackLife
  3635.     type: <type 'instancemethod'>
  3636.     callable?: True
  3637.     doc string:
  3638. GetTrackLife( (tcSMTrack)arg1) -> float :
  3639.  
  3640.     C++ signature :
  3641.         float GetTrackLife(class tcSensorMapTrack {lvalue})
  3642.  
  3643.  
  3644.  
  3645.     track.Heading_rad
  3646.     type: <type 'float'>
  3647.     callable?: False
  3648.     doc string: float(x) -> floating point number
  3649.  
  3650. Convert a string or number to a floating point number, if possible.
  3651.  
  3652.  
  3653.  
  3654.     track.ID
  3655.     type: <type 'int'>
  3656.     callable?: False
  3657.     doc string: int(x[, base]) -> integer
  3658.  
  3659.  
  3660.  
  3661.  
  3662.  
  3663.     track.IsAir
  3664.     type: <type 'instancemethod'>
  3665.     callable?: True
  3666.     doc string:
  3667. IsAir( (tcSMTrack)arg1) -> bool :
  3668.  
  3669.     C++ signature :
  3670.         bool IsAir(class tcSensorMapTrack {lvalue})
  3671.  
  3672.  
  3673.  
  3674.     track.IsBearingOnly
  3675.     type: <type 'instancemethod'>
  3676.     callable?: True
  3677.     doc string:
  3678. IsBearingOnly( (tcSMTrack)arg1) -> bool :
  3679.  
  3680.     C++ signature :
  3681.         bool IsBearingOnly(class tcSensorMapTrack {lvalue})
  3682.  
  3683.  
  3684.  
  3685.     track.IsBearingRateValid
  3686.     type: <type 'instancemethod'>
  3687.     callable?: True
  3688.     doc string:
  3689. IsBearingRateValid( (tcSMTrack)arg1) -> bool :
  3690.  
  3691.     C++ signature :
  3692.         bool IsBearingRateValid(class tcSensorMapTrack {lvalue})
  3693.  
  3694.  
  3695.  
  3696.     track.IsDestroyed
  3697.     type: <type 'instancemethod'>
  3698.     callable?: True
  3699.     doc string:
  3700. IsDestroyed( (tcSMTrack)arg1) -> bool :
  3701.  
  3702.     C++ signature :
  3703.         bool IsDestroyed(class tcSensorMapTrack {lvalue})
  3704.  
  3705.  
  3706.  
  3707.     track.IsGround
  3708.     type: <type 'instancemethod'>
  3709.     callable?: True
  3710.     doc string:
  3711. IsGround( (tcSMTrack)arg1) -> bool :
  3712.  
  3713.     C++ signature :
  3714.         bool IsGround(class tcSensorMapTrack {lvalue})
  3715.  
  3716.  
  3717.  
  3718.     track.IsMissile
  3719.     type: <type 'instancemethod'>
  3720.     callable?: True
  3721.     doc string:
  3722. IsMissile( (tcSMTrack)arg1) -> bool :
  3723.  
  3724.     C++ signature :
  3725.         bool IsMissile(class tcSensorMapTrack {lvalue})
  3726.  
  3727.  
  3728.  
  3729.     track.IsStale
  3730.     type: <type 'instancemethod'>
  3731.     callable?: True
  3732.     doc string:
  3733. IsStale( (tcSMTrack)arg1) -> bool :
  3734.  
  3735.     C++ signature :
  3736.         bool IsStale(class tcSensorMapTrack {lvalue})
  3737.  
  3738.  
  3739.  
  3740.     track.IsSub
  3741.     type: <type 'instancemethod'>
  3742.     callable?: True
  3743.     doc string:
  3744. IsSub( (tcSMTrack)arg1) -> bool :
  3745.  
  3746.     C++ signature :
  3747.         bool IsSub(class tcSensorMapTrack {lvalue})
  3748.  
  3749.  
  3750.  
  3751.     track.IsSurface
  3752.     type: <type 'instancemethod'>
  3753.     callable?: True
  3754.     doc string:
  3755. IsSurface( (tcSMTrack)arg1) -> bool :
  3756.  
  3757.     C++ signature :
  3758.         bool IsSurface(class tcSensorMapTrack {lvalue})
  3759.  
  3760.  
  3761.  
  3762.     track.IsTorpedo
  3763.     type: <type 'instancemethod'>
  3764.     callable?: True
  3765.     doc string:
  3766. IsTorpedo( (tcSMTrack)arg1) -> bool :
  3767.  
  3768.     C++ signature :
  3769.         bool IsTorpedo(class tcSensorMapTrack {lvalue})
  3770.  
  3771.  
  3772.  
  3773.     track.IsValid
  3774.     type: <type 'instancemethod'>
  3775.     callable?: True
  3776.     doc string:
  3777. IsValid( (tcSMTrack)arg1) -> bool :
  3778.  
  3779.     C++ signature :
  3780.         bool IsValid(class tcSensorMapTrack {lvalue})
  3781.  
  3782.  
  3783.  
  3784.     track.Lat
  3785.     type: <type 'float'>
  3786.     callable?: False
  3787.     doc string: float(x) -> floating point number
  3788.  
  3789. Convert a string or number to a floating point number, if possible.
  3790.  
  3791.  
  3792.  
  3793.     track.Lon
  3794.     type: <type 'float'>
  3795.     callable?: False
  3796.     doc string: float(x) -> floating point number
  3797.  
  3798. Convert a string or number to a floating point number, if possible.
  3799.  
  3800.  
  3801.  
  3802.     track.Offset
  3803.     type: <type 'instancemethod'>
  3804.     callable?: True
  3805.     doc string:
  3806. Offset( (tcSMTrack)arg1, (float)arg2, (float)arg3) -> None :
  3807.  
  3808.     C++ signature :
  3809.         void Offset(class tcSensorMapTrack {lvalue},float,float)
  3810.  
  3811.  
  3812.  
  3813.     track.PredictAhead
  3814.     type: <type 'instancemethod'>
  3815.     callable?: True
  3816.     doc string:
  3817. PredictAhead( (tcSMTrack)arg1, (float)arg2) -> tcTrack :
  3818.  
  3819.     C++ signature :
  3820.         class tcTrack PredictAhead(class tcSensorMapTrack {lvalue},float)
  3821.  
  3822.  
  3823.  
  3824.     track.RangeToKm
  3825.     type: <type 'instancemethod'>
  3826.     callable?: True
  3827.     doc string:
  3828. RangeToKm( (tcSMTrack)arg1, (float)arg2, (float)arg3) -> float :
  3829.  
  3830.     C++ signature :
  3831.         float RangeToKm(class tcSensorMapTrack {lvalue},float,float)
  3832.  
  3833.  
  3834.  
  3835.     track.Speed
  3836.     type: <type 'float'>
  3837.     callable?: False
  3838.     doc string: float(x) -> floating point number
  3839.  
  3840. Convert a string or number to a floating point number, if possible.
  3841.  
  3842.  
  3843.  
  3844.     track.Time
  3845.     type: <type 'float'>
  3846.     callable?: False
  3847.     doc string: float(x) -> floating point number
  3848.  
  3849. Convert a string or number to a floating point number, if possible.
  3850.  
  3851.  
  3852.  
  3853.     track.TrackErrorKm
  3854.     type: <type 'instancemethod'>
  3855.     callable?: True
  3856.     doc string:
  3857. TrackErrorKm( (tcSMTrack)arg1) -> float :
  3858.  
  3859.     C++ signature :
  3860.         float TrackErrorKm(class tcSensorMapTrack {lvalue})
  3861.  
  3862.  
  3863.  
  3864. ################
  3865. ##            ##
  3866. ##   Status   ##
  3867. ##            ##
  3868. ################
  3869.     status.atDestination
  3870.     type: <type 'bool'>
  3871.     callable?: False
  3872.     doc string: bool(x) -> bool
  3873.  
  3874. Returns True when the argument x is true, False otherwise.
  3875. The builtins True and False are the only two instances of the class bool.
  3876. The class bool is a subclass of the class int, and cannot be subclassed.
  3877.  
  3878.  
  3879.  
  3880.     status.current_loc
  3881.     type: <type 'str'>
  3882.     callable?: False
  3883.     doc string: str(object) -> string
  3884.  
  3885. Return a nice string representation of the object.
  3886. If the argument is a string, the return value is the same object.
  3887.  
  3888.  
  3889.  
  3890.     status.goal_loc
  3891.     type: <type 'str'>
  3892.     callable?: False
  3893.     doc string: str(object) -> string
  3894.  
  3895. Return a nice string representation of the object.
  3896. If the argument is a string, the return value is the same object.
  3897.  
  3898.  
  3899.  
  3900.     status.isIdle
  3901.     type: <type 'bool'>
  3902.     callable?: False
  3903.     doc string: bool(x) -> bool
  3904.  
  3905. Returns True when the argument x is true, False otherwise.
  3906. The builtins True and False are the only two instances of the class bool.
  3907. The class bool is a subclass of the class int, and cannot be subclassed.
  3908.  
  3909.  
  3910.  
  3911.     status.name
  3912.     type: <type 'str'>
  3913.     callable?: False
  3914.     doc string: str(object) -> string
  3915.  
  3916. Return a nice string representation of the object.
  3917. If the argument is a string, the return value is the same object.
  3918.  
  3919.  
  3920.  
  3921.     status.ready_time
  3922.     type: <type 'float'>
  3923.     callable?: False
  3924.     doc string: float(x) -> floating point number
  3925.  
  3926. Convert a string or number to a floating point number, if possible.
  3927.  
  3928.  
  3929.  
  3930.     status.runway
  3931.     type: <type 'int'>
  3932.     callable?: False
  3933.     doc string: int(x[, base]) -> integer
  3934.  
  3935.  
  3936.  
  3937. ################
  3938. ##            ##
  3939. ##     UM     ##
  3940. ##            ##
  3941. ################
  3942.     UM.AddItem
  3943.     type: <type 'instancemethod'>
  3944.     callable?: True
  3945.     doc string:
  3946. AddItem( (MenuInterfaceClass)arg1, (str)arg2, (str)arg3) -> None :
  3947.  
  3948.     C++ signature :
  3949.         void AddItem(class scriptinterface::tcMenuInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  3950.  
  3951.  
  3952.  
  3953.     UM.AddItemUI
  3954.     type: <type 'instancemethod'>
  3955.     callable?: True
  3956.     doc string:
  3957. AddItemUI( (MenuInterfaceClass)arg1, (str)arg2, (str)arg3, (str)arg4) -> None :
  3958.  
  3959.     C++ signature :
  3960.         void AddItemUI(class scriptinterface::tcMenuInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  3961.  
  3962.  
  3963.  
  3964.     UM.AddItemUIWithParam
  3965.     type: <type 'instancemethod'>
  3966.     callable?: True
  3967.     doc string:
  3968. AddItemUIWithParam( (MenuInterfaceClass)arg1, (str)arg2, (str)arg3, (str)arg4, (int)arg5) -> None :
  3969.  
  3970.     C++ signature :
  3971.         void AddItemUIWithParam(class scriptinterface::tcMenuInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,int)
  3972.  
  3973.  
  3974.  
  3975.     UM.AddItemUIWithTextParam
  3976.     type: <type 'instancemethod'>
  3977.     callable?: True
  3978.     doc string:
  3979. AddItemUIWithTextParam( (MenuInterfaceClass)arg1, (str)arg2, (str)arg3, (str)arg4, (str)arg5) -> None :
  3980.  
  3981.     C++ signature :
  3982.         void AddItemUIWithTextParam(class scriptinterface::tcMenuInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  3983.  
  3984.  
  3985.  
  3986.     UM.AddItemWithParam
  3987.     type: <type 'instancemethod'>
  3988.     callable?: True
  3989.     doc string:
  3990. AddItemWithParam( (MenuInterfaceClass)arg1, (str)arg2, (str)arg3, (int)arg4) -> None :
  3991.  
  3992.     C++ signature :
  3993.         void AddItemWithParam(class scriptinterface::tcMenuInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,int)
  3994.  
  3995.  
  3996.  
  3997.     UM.AddItemWithTextParam
  3998.     type: <type 'instancemethod'>
  3999.     callable?: True
  4000.     doc string:
  4001. AddItemWithTextParam( (MenuInterfaceClass)arg1, (str)arg2, (str)arg3, (str)arg4) -> None :
  4002.  
  4003.     C++ signature :
  4004.         void AddItemWithTextParam(class scriptinterface::tcMenuInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  4005.  
  4006.  
  4007.  
  4008.     UM.BeginSubMenu
  4009.     type: <type 'instancemethod'>
  4010.     callable?: True
  4011.     doc string:
  4012. BeginSubMenu( (MenuInterfaceClass)arg1) -> None :
  4013.  
  4014.     C++ signature :
  4015.         void BeginSubMenu(class scriptinterface::tcMenuInterface {lvalue})
  4016.  
  4017.  
  4018.  
  4019.     UM.Clear
  4020.     type: <type 'instancemethod'>
  4021.     callable?: True
  4022.     doc string:
  4023. Clear( (MenuInterfaceClass)arg1) -> None :
  4024.  
  4025.     C++ signature :
  4026.         void Clear(class scriptinterface::tcMenuInterface {lvalue})
  4027.  
  4028.  
  4029.  
  4030.     UM.EndSubMenu
  4031.     type: <type 'instancemethod'>
  4032.     callable?: True
  4033.     doc string:
  4034. EndSubMenu( (MenuInterfaceClass)arg1) -> None :
  4035.  
  4036.     C++ signature :
  4037.         void EndSubMenu(class scriptinterface::tcMenuInterface {lvalue})
  4038.  
  4039.  
  4040.  
  4041.     UM.SetStayOpen
  4042.     type: <type 'instancemethod'>
  4043.     callable?: True
  4044.     doc string:
  4045. SetStayOpen( (MenuInterfaceClass)arg1, (bool)arg2) -> None :
  4046.  
  4047.     C++ signature :
  4048.         void SetStayOpen(class scriptinterface::tcMenuInterface {lvalue},bool)
  4049.  
  4050.  
  4051.  
  4052. ################
  4053. ##            ##
  4054. ##     SM     ##
  4055. ##            ##
  4056. ################
  4057.     SM.AddChildGoalToId
  4058.     type: <type 'instancemethod'>
  4059.     callable?: True
  4060.     doc string:
  4061. AddChildGoalToId( (ScenarioInterface)arg1, (int)arg2, (Goal)arg3) -> None :
  4062.  
  4063.     C++ signature :
  4064.         void AddChildGoalToId(class scriptinterface::tcScenarioInterface {lvalue},unsigned long,class tcGoal {lvalue})
  4065.  
  4066.  
  4067.  
  4068.     SM.AddRandomBox
  4069.     type: <type 'instancemethod'>
  4070.     callable?: True
  4071.     doc string:
  4072. AddRandomBox( (ScenarioInterface)arg1, (str)arg2, (float)arg3, (float)arg4, (float)arg5, (float)arg6) -> None :
  4073.  
  4074.     C++ signature :
  4075.         void AddRandomBox(class scriptinterface::tcScenarioInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,float,float,float,float)
  4076.  
  4077.  
  4078.  
  4079.     SM.AddToUnitMagazine
  4080.     type: <type 'instancemethod'>
  4081.     callable?: True
  4082.     doc string:
  4083. AddToUnitMagazine( (ScenarioInterface)arg1, (str)arg2, (str)arg3, (int)arg4) -> None :
  4084.  
  4085.     C++ signature :
  4086.         void AddToUnitMagazine(class scriptinterface::tcScenarioInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,unsigned long)
  4087.  
  4088.  
  4089.  
  4090.     SM.AddUnitTask
  4091.     type: <type 'instancemethod'>
  4092.     callable?: True
  4093.     doc string:
  4094. AddUnitTask( (ScenarioInterface)arg1, (str)arg2, (str)arg3, (float)arg4, (int)arg5) -> None :
  4095.  
  4096.     C++ signature :
  4097.         void AddUnitTask(class scriptinterface::tcScenarioInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,double,int)
  4098.  
  4099.  
  4100.  
  4101.     SM.AddUnitToAlliance
  4102.     type: <type 'instancemethod'>
  4103.     callable?: True
  4104.     doc string:
  4105. AddUnitToAlliance( (ScenarioInterface)arg1, (ScenarioUnit)arg2, (int)arg3) -> bool :
  4106.  
  4107.     C++ signature :
  4108.         bool AddUnitToAlliance(class scriptinterface::tcScenarioInterface {lvalue},class scriptinterface::tcScenarioUnit,int)
  4109.  
  4110.  
  4111.  
  4112.     SM.AddUnitToFlightDeck
  4113.     type: <type 'instancemethod'>
  4114.     callable?: True
  4115.     doc string:
  4116. AddUnitToFlightDeck( (ScenarioInterface)arg1, (str)arg2, (str)arg3, (str)arg4, (int)arg5) -> bool :
  4117.  
  4118.     C++ signature :
  4119.         bool AddUnitToFlightDeck(class scriptinterface::tcScenarioInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,int)
  4120.  
  4121.  
  4122.  
  4123.     SM.AllianceExists
  4124.     type: <type 'instancemethod'>
  4125.     callable?: True
  4126.     doc string:
  4127. AllianceExists( (ScenarioInterface)arg1, (int)arg2) -> bool :
  4128.  
  4129.     C++ signature :
  4130.         bool AllianceExists(class scriptinterface::tcScenarioInterface {lvalue},int)
  4131.  
  4132.  
  4133.  
  4134.     SM.AreaGoal
  4135.     type: <type 'instancemethod'>
  4136.     callable?: True
  4137.     doc string:
  4138. AreaGoal( (ScenarioInterface)arg1) -> AreaGoal :
  4139.  
  4140.     C++ signature :
  4141.         class tcAreaGoal AreaGoal(class scriptinterface::tcScenarioInterface {lvalue})
  4142.  
  4143.  
  4144.  
  4145.     SM.ChangeMapTheater
  4146.     type: <type 'instancemethod'>
  4147.     callable?: True
  4148.     doc string:
  4149. ChangeMapTheater( (ScenarioInterface)arg1, (float)arg2, (float)arg3) -> None :
  4150.  
  4151.     C++ signature :
  4152.         void ChangeMapTheater(class scriptinterface::tcScenarioInterface {lvalue},double,double)
  4153.  
  4154.  
  4155.  
  4156.     SM.ChangeMapView
  4157.     type: <type 'instancemethod'>
  4158.     callable?: True
  4159.     doc string:
  4160. ChangeMapView( (ScenarioInterface)arg1, (float)arg2, (float)arg3, (float)arg4) -> None :
  4161.  
  4162.     C++ signature :
  4163.         void ChangeMapView(class scriptinterface::tcScenarioInterface {lvalue},double,double,double)
  4164.  
  4165.  
  4166.  
  4167.     SM.ChangeWorldMapView
  4168.     type: <type 'instancemethod'>
  4169.     callable?: True
  4170.     doc string:
  4171. ChangeWorldMapView( (ScenarioInterface)arg1, (float)arg2, (float)arg3, (float)arg4) -> None :
  4172.  
  4173.     C++ signature :
  4174.         void ChangeWorldMapView(class scriptinterface::tcScenarioInterface {lvalue},double,double,double)
  4175.  
  4176.  
  4177.  
  4178.     SM.ChannelMessage
  4179.     type: <type 'instancemethod'>
  4180.     callable?: True
  4181.     doc string:
  4182. ChannelMessage( (ScenarioInterface)arg1, (str)arg2, (str)arg3, (int)arg4) -> None :
  4183.  
  4184.     C++ signature :
  4185.         void ChannelMessage(class scriptinterface::tcScenarioInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,unsigned int)
  4186.  
  4187.  
  4188.  
  4189.     SM.ClearEvents
  4190.     type: <type 'instancemethod'>
  4191.     callable?: True
  4192.     doc string:
  4193. ClearEvents( (ScenarioInterface)arg1) -> None :
  4194.  
  4195.     C++ signature :
  4196.         void ClearEvents(class scriptinterface::tcScenarioInterface {lvalue})
  4197.  
  4198.  
  4199.  
  4200.     SM.CompoundGoal
  4201.     type: <type 'instancemethod'>
  4202.     callable?: True
  4203.     doc string:
  4204. CompoundGoal( (ScenarioInterface)arg1, (int)arg2) -> CompoundGoal :
  4205.  
  4206.     C++ signature :
  4207.         class tcCompoundGoal CompoundGoal(class scriptinterface::tcScenarioInterface {lvalue},int)
  4208.  
  4209.  
  4210.  
  4211.     SM.ConsoleText
  4212.     type: <type 'instancemethod'>
  4213.     callable?: True
  4214.     doc string:
  4215. ConsoleText( (ScenarioInterface)arg1, (str)arg2) -> None :
  4216.  
  4217.     C++ signature :
  4218.         void ConsoleText(class scriptinterface::tcScenarioInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  4219.  
  4220.  
  4221.  
  4222.     SM.CreateAlliance
  4223.     type: <type 'instancemethod'>
  4224.     callable?: True
  4225.     doc string:
  4226. CreateAlliance( (ScenarioInterface)arg1, (int)arg2, (str)arg3) -> None :
  4227.  
  4228.     C++ signature :
  4229.         void CreateAlliance(class scriptinterface::tcScenarioInterface {lvalue},int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  4230.  
  4231.  
  4232.  
  4233.     SM.DeleteGoalById
  4234.     type: <type 'instancemethod'>
  4235.     callable?: True
  4236.     doc string:
  4237. DeleteGoalById( (ScenarioInterface)arg1, (int)arg2) -> None :
  4238.  
  4239.     C++ signature :
  4240.         void DeleteGoalById(class scriptinterface::tcScenarioInterface {lvalue},unsigned long)
  4241.  
  4242.  
  4243.  
  4244.     SM.DestroyGoal
  4245.     type: <type 'instancemethod'>
  4246.     callable?: True
  4247.     doc string:
  4248. DestroyGoal( (ScenarioInterface)arg1, (str)arg2) -> DestroyGoal :
  4249.  
  4250.     C++ signature :
  4251.         class tcDestroyGoal DestroyGoal(class scriptinterface::tcScenarioInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  4252.  
  4253.  
  4254.  
  4255.     SM.DuplicateUnitTasking
  4256.     type: <type 'instancemethod'>
  4257.     callable?: True
  4258.     doc string:
  4259. DuplicateUnitTasking( (ScenarioInterface)arg1, (str)arg2, (str)arg3) -> None :
  4260.  
  4261.     C++ signature :
  4262.         void DuplicateUnitTasking(class scriptinterface::tcScenarioInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  4263.  
  4264.  
  4265.  
  4266.     SM.FlybyCamera
  4267.     type: <type 'instancemethod'>
  4268.     callable?: True
  4269.     doc string:
  4270. FlybyCamera( (ScenarioInterface)arg1, (str)arg2, (float)arg3, (float)arg4, (float)arg5, (float)arg6, (float)arg7, (float)arg8, (float)arg9) -> None :
  4271.  
  4272.     C++ signature :
  4273.         void FlybyCamera(class scriptinterface::tcScenarioInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,double,float,float,float,float,float,float)
  4274.  
  4275.  
  4276.  
  4277.     SM.GetAirGroupCount
  4278.     type: <type 'instancemethod'>
  4279.     callable?: True
  4280.     doc string:
  4281. GetAirGroupCount( (ScenarioInterface)arg1) -> int :
  4282.  
  4283.     C++ signature :
  4284.         unsigned int GetAirGroupCount(class scriptinterface::tcScenarioInterface {lvalue})
  4285.  
  4286.  
  4287.  
  4288.     SM.GetAirGroupName
  4289.     type: <type 'instancemethod'>
  4290.     callable?: True
  4291.     doc string:
  4292. GetAirGroupName( (ScenarioInterface)arg1) -> str :
  4293.  
  4294.     C++ signature :
  4295.         class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > GetAirGroupName(class scriptinterface::tcScenarioInterface {lvalue})
  4296.  
  4297.  
  4298.  
  4299.     SM.GetAirUnitId
  4300.     type: <type 'instancemethod'>
  4301.     callable?: True
  4302.     doc string:
  4303. GetAirUnitId( (ScenarioInterface)arg1) -> int :
  4304.  
  4305.     C++ signature :
  4306.         unsigned int GetAirUnitId(class scriptinterface::tcScenarioInterface {lvalue})
  4307.  
  4308.  
  4309.  
  4310.     SM.GetAllianceCountry
  4311.     type: <type 'instancemethod'>
  4312.     callable?: True
  4313.     doc string:
  4314. GetAllianceCountry( (ScenarioInterface)arg1, (int)arg2) -> str :
  4315.  
  4316.     C++ signature :
  4317.         class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > GetAllianceCountry(class scriptinterface::tcScenarioInterface {lvalue},int)
  4318.  
  4319.  
  4320.  
  4321.     SM.GetAllianceGoal
  4322.     type: <type 'instancemethod'>
  4323.     callable?: True
  4324.     doc string:
  4325. GetAllianceGoal( (ScenarioInterface)arg1, (int)arg2) -> GoalWrap :
  4326.  
  4327.     C++ signature :
  4328.         class tcGoalWrap GetAllianceGoal(class scriptinterface::tcScenarioInterface {lvalue},int)
  4329.  
  4330.  
  4331.  
  4332.     SM.GetAllianceROE
  4333.     type: <type 'instancemethod'>
  4334.     callable?: True
  4335.     doc string:
  4336. GetAllianceROE( (ScenarioInterface)arg1, (int)arg2) -> AllianceROEInfo :
  4337.  
  4338.     C++ signature :
  4339.         class scriptinterface::tcAllianceROEInfo GetAllianceROE(class scriptinterface::tcScenarioInterface {lvalue},int)
  4340.  
  4341.  
  4342.  
  4343.     SM.GetDefaultUnit
  4344.     type: <type 'instancemethod'>
  4345.     callable?: True
  4346.     doc string:
  4347. GetDefaultUnit( (ScenarioInterface)arg1) -> ScenarioUnit :
  4348.  
  4349.     C++ signature :
  4350.         class scriptinterface::tcScenarioUnit GetDefaultUnit(class scriptinterface::tcScenarioInterface {lvalue})
  4351.  
  4352.  
  4353.  
  4354.     SM.GetDisplayName
  4355.     type: <type 'instancemethod'>
  4356.     callable?: True
  4357.     doc string:
  4358. GetDisplayName( (ScenarioInterface)arg1, (str)arg2) -> str :
  4359.  
  4360.     C++ signature :
  4361.         class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > GetDisplayName(class scriptinterface::tcScenarioInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  4362.  
  4363.  
  4364.  
  4365.     SM.GetFilterByCountry
  4366.     type: <type 'instancemethod'>
  4367.     callable?: True
  4368.     doc string:
  4369. GetFilterByCountry( (ScenarioInterface)arg1) -> bool :
  4370.  
  4371.     C++ signature :
  4372.         bool GetFilterByCountry(class scriptinterface::tcScenarioInterface {lvalue})
  4373.  
  4374.  
  4375.  
  4376.     SM.GetFilterByYear
  4377.     type: <type 'instancemethod'>
  4378.     callable?: True
  4379.     doc string:
  4380. GetFilterByYear( (ScenarioInterface)arg1) -> bool :
  4381.  
  4382.     C++ signature :
  4383.         bool GetFilterByYear(class scriptinterface::tcScenarioInterface {lvalue})
  4384.  
  4385.  
  4386.  
  4387.     SM.GetGoalById
  4388.     type: <type 'instancemethod'>
  4389.     callable?: True
  4390.     doc string:
  4391. GetGoalById( (ScenarioInterface)arg1, (int)arg2) -> GoalWrap :
  4392.  
  4393.     C++ signature :
  4394.         class tcGoalWrap GetGoalById(class scriptinterface::tcScenarioInterface {lvalue},unsigned long)
  4395.  
  4396.  
  4397.  
  4398.     SM.GetMagazineAddCount
  4399.     type: <type 'instancemethod'>
  4400.     callable?: True
  4401.     doc string:
  4402. GetMagazineAddCount( (ScenarioInterface)arg1) -> int :
  4403.  
  4404.     C++ signature :
  4405.         unsigned int GetMagazineAddCount(class scriptinterface::tcScenarioInterface {lvalue})
  4406.  
  4407.  
  4408.  
  4409.     SM.GetNumberSonarTemplates
  4410.     type: <type 'instancemethod'>
  4411.     callable?: True
  4412.     doc string:
  4413. GetNumberSonarTemplates( (ScenarioInterface)arg1) -> int :
  4414.  
  4415.     C++ signature :
  4416.         unsigned int GetNumberSonarTemplates(class scriptinterface::tcScenarioInterface {lvalue})
  4417.  
  4418.  
  4419.  
  4420.     SM.GetParsedUnitName
  4421.     type: <type 'instancemethod'>
  4422.     callable?: True
  4423.     doc string:
  4424. GetParsedUnitName( (ScenarioInterface)arg1, (str)arg2) -> ParsedUnitName :
  4425.  
  4426.     C++ signature :
  4427.         class scriptinterface::tcParsedUnitName GetParsedUnitName(class scriptinterface::tcScenarioInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  4428.  
  4429.  
  4430.  
  4431.     SM.GetPlatformListByClass
  4432.     type: <type 'instancemethod'>
  4433.     callable?: True
  4434.     doc string:
  4435. GetPlatformListByClass( (ScenarioInterface)arg1, (str)arg2) -> StringArray :
  4436.  
  4437.     C++ signature :
  4438.         class scriptinterface::tcStringArray GetPlatformListByClass(class scriptinterface::tcScenarioInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  4439.  
  4440.  
  4441.  
  4442.     SM.GetRandomDatum
  4443.     type: <type 'instancemethod'>
  4444.     callable?: True
  4445.     doc string:
  4446. GetRandomDatum( (ScenarioInterface)arg1, (float)arg2, (float)arg3, (float)arg4, (float)arg5, (float)arg6) -> Datum :
  4447.  
  4448.     C++ signature :
  4449.         class scriptinterface::tcDatum GetRandomDatum(class scriptinterface::tcScenarioInterface {lvalue},double,double,float,float,float)
  4450.  
  4451.  
  4452.  
  4453.     SM.GetRandomPlatformName
  4454.     type: <type 'instancemethod'>
  4455.     callable?: True
  4456.     doc string:
  4457. GetRandomPlatformName( (ScenarioInterface)arg1, (str)arg2, (str)arg3) -> str :
  4458.  
  4459.     C++ signature :
  4460.         class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > GetRandomPlatformName(class scriptinterface::tcScenarioInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  4461.  
  4462.  
  4463.  
  4464.     SM.GetSeaState
  4465.     type: <type 'instancemethod'>
  4466.     callable?: True
  4467.     doc string:
  4468. GetSeaState( (ScenarioInterface)arg1) -> int :
  4469.  
  4470.     C++ signature :
  4471.         unsigned int GetSeaState(class scriptinterface::tcScenarioInterface {lvalue})
  4472.  
  4473.  
  4474.  
  4475.     SM.GetSonarTemplate
  4476.     type: <type 'instancemethod'>
  4477.     callable?: True
  4478.     doc string:
  4479. GetSonarTemplate( (ScenarioInterface)arg1) -> int :
  4480.  
  4481.     C++ signature :
  4482.         int GetSonarTemplate(class scriptinterface::tcScenarioInterface {lvalue})
  4483.  
  4484.  
  4485.  
  4486.     SM.GetTemplateName
  4487.     type: <type 'instancemethod'>
  4488.     callable?: True
  4489.     doc string:
  4490. GetTemplateName( (ScenarioInterface)arg1, (int)arg2) -> str :
  4491.  
  4492.     C++ signature :
  4493.         class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > GetTemplateName(class scriptinterface::tcScenarioInterface {lvalue},unsigned int)
  4494.  
  4495.  
  4496.  
  4497.     SM.GetUnitIdByName
  4498.     type: <type 'instancemethod'>
  4499.     callable?: True
  4500.     doc string:
  4501. GetUnitIdByName( (ScenarioInterface)arg1, (str)arg2) -> int :
  4502.  
  4503.     C++ signature :
  4504.         long GetUnitIdByName(class scriptinterface::tcScenarioInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  4505.  
  4506.  
  4507.  
  4508.     SM.GetUnitInterface
  4509.     type: <type 'instancemethod'>
  4510.     callable?: True
  4511.     doc string:
  4512. GetUnitInterface( (ScenarioInterface)arg1, (str)arg2) -> UnitInfoClass :
  4513.  
  4514.     C++ signature :
  4515.         class scriptinterface::tcPlatformInterface GetUnitInterface(class scriptinterface::tcScenarioInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  4516.  
  4517.  
  4518.  
  4519.     SM.GetUnitList
  4520.     type: <type 'instancemethod'>
  4521.     callable?: True
  4522.     doc string:
  4523. GetUnitList( (ScenarioInterface)arg1, (float)arg2, (float)arg3, (float)arg4, (float)arg5, (int)arg6) -> StringArray :
  4524.  
  4525.     C++ signature :
  4526.         class scriptinterface::tcStringArray GetUnitList(class scriptinterface::tcScenarioInterface {lvalue},float,float,float,float,int)
  4527.  
  4528.  
  4529.  
  4530.     SM.GetUnitNameById
  4531.     type: <type 'instancemethod'>
  4532.     callable?: True
  4533.     doc string:
  4534. GetUnitNameById( (ScenarioInterface)arg1, (int)arg2) -> str :
  4535.  
  4536.     C++ signature :
  4537.         class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > GetUnitNameById(class scriptinterface::tcScenarioInterface {lvalue},long)
  4538.  
  4539.  
  4540.  
  4541.     SM.GetUserAlliance
  4542.     type: <type 'instancemethod'>
  4543.     callable?: True
  4544.     doc string:
  4545. GetUserAlliance( (ScenarioInterface)arg1) -> int :
  4546.  
  4547.     C++ signature :
  4548.         int GetUserAlliance(class scriptinterface::tcScenarioInterface {lvalue})
  4549.  
  4550.  
  4551.  
  4552.     SM.HookPlatform
  4553.     type: <type 'instancemethod'>
  4554.     callable?: True
  4555.     doc string:
  4556. HookPlatform( (ScenarioInterface)arg1, (str)arg2) -> None :
  4557.  
  4558.     C++ signature :
  4559.         void HookPlatform(class scriptinterface::tcScenarioInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  4560.  
  4561.  
  4562.  
  4563.     SM.IncludeUnit
  4564.     type: <type 'instancemethod'>
  4565.     callable?: True
  4566.     doc string:
  4567. IncludeUnit( (ScenarioInterface)arg1, (float)arg2) -> bool :
  4568.  
  4569.     C++ signature :
  4570.         bool IncludeUnit(class scriptinterface::tcScenarioInterface {lvalue},float)
  4571.  
  4572.  
  4573.  
  4574.     SM.IsAlliancePlayable
  4575.     type: <type 'instancemethod'>
  4576.     callable?: True
  4577.     doc string:
  4578. IsAlliancePlayable( (ScenarioInterface)arg1, (int)arg2) -> bool :
  4579.  
  4580.     C++ signature :
  4581.         bool IsAlliancePlayable(class scriptinterface::tcScenarioInterface {lvalue},int)
  4582.  
  4583.  
  4584.  
  4585.     SM.IsUsingNATONames
  4586.     type: <type 'instancemethod'>
  4587.     callable?: True
  4588.     doc string:
  4589. IsUsingNATONames( (ScenarioInterface)arg1) -> bool :
  4590.  
  4591.     C++ signature :
  4592.         bool IsUsingNATONames(class scriptinterface::tcScenarioInterface {lvalue})
  4593.  
  4594.  
  4595.  
  4596.     SM.LoadDatabaseMod
  4597.     type: <type 'instancemethod'>
  4598.     callable?: True
  4599.     doc string:
  4600. LoadDatabaseMod( (ScenarioInterface)arg1, (str)arg2) -> None :
  4601.  
  4602.     C++ signature :
  4603.         void LoadDatabaseMod(class scriptinterface::tcScenarioInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  4604.  
  4605.  
  4606.  
  4607.     SM.MapText
  4608.     type: <type 'instancemethod'>
  4609.     callable?: True
  4610.     doc string:
  4611. MapText( (ScenarioInterface)arg1, (str)arg2, (float)arg3, (float)arg4, (float)arg5, (int)arg6) -> None :
  4612.  
  4613.     C++ signature :
  4614.         void MapText(class scriptinterface::tcScenarioInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,double,double,double,int)
  4615.  
  4616.  
  4617.  
  4618.     SM.OverlayText
  4619.     type: <type 'instancemethod'>
  4620.     callable?: True
  4621.     doc string:
  4622. OverlayText( (ScenarioInterface)arg1, (str)arg2, (float)arg3, (float)arg4, (str)arg5) -> None :
  4623.  
  4624.     C++ signature :
  4625.         void OverlayText(class scriptinterface::tcScenarioInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,double,double,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  4626.  
  4627.  
  4628.  
  4629.     SM.OverlayTextInteractive
  4630.     type: <type 'instancemethod'>
  4631.     callable?: True
  4632.     doc string:
  4633. OverlayTextInteractive( (ScenarioInterface)arg1, (str)arg2, (float)arg3, (float)arg4) -> None :
  4634.  
  4635.     C++ signature :
  4636.         void OverlayTextInteractive(class scriptinterface::tcScenarioInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,double,double)
  4637.  
  4638.  
  4639.  
  4640.     SM.Pause
  4641.     type: <type 'instancemethod'>
  4642.     callable?: True
  4643.     doc string:
  4644. Pause( (ScenarioInterface)arg1) -> None :
  4645.  
  4646.     C++ signature :
  4647.         void Pause(class scriptinterface::tcScenarioInterface {lvalue})
  4648.  
  4649.  
  4650.  
  4651.     SM.PauseAudio
  4652.     type: <type 'instancemethod'>
  4653.     callable?: True
  4654.     doc string:
  4655. PauseAudio( (ScenarioInterface)arg1) -> None :
  4656.  
  4657.     C++ signature :
  4658.         void PauseAudio(class scriptinterface::tcScenarioInterface {lvalue})
  4659.  
  4660.  
  4661.  
  4662.     SM.PlayAudio
  4663.     type: <type 'instancemethod'>
  4664.     callable?: True
  4665.     doc string:
  4666. PlayAudio( (ScenarioInterface)arg1, (str)arg2, (float)arg3) -> None :
  4667.  
  4668.     C++ signature :
  4669.         void PlayAudio(class scriptinterface::tcScenarioInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,double)
  4670.  
  4671.  
  4672.  
  4673.     SM.PlayEffect
  4674.     type: <type 'instancemethod'>
  4675.     callable?: True
  4676.     doc string:
  4677. PlayEffect( (ScenarioInterface)arg1, (str)arg2) -> None :
  4678.  
  4679.     C++ signature :
  4680.         void PlayEffect(class scriptinterface::tcScenarioInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  4681.  
  4682.  
  4683.  
  4684.     SM.ProtectGoal
  4685.     type: <type 'instancemethod'>
  4686.     callable?: True
  4687.     doc string:
  4688. ProtectGoal( (ScenarioInterface)arg1, (str)arg2) -> ProtectGoal :
  4689.  
  4690.     C++ signature :
  4691.         class tcProtectGoal ProtectGoal(class scriptinterface::tcScenarioInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  4692.  
  4693.  
  4694.  
  4695.     SM.RestoreDefaultDatabase
  4696.     type: <type 'instancemethod'>
  4697.     callable?: True
  4698.     doc string:
  4699. RestoreDefaultDatabase( (ScenarioInterface)arg1) -> None :
  4700.  
  4701.     C++ signature :
  4702.         void RestoreDefaultDatabase(class scriptinterface::tcScenarioInterface {lvalue})
  4703.  
  4704.  
  4705.  
  4706.     SM.Resume
  4707.     type: <type 'instancemethod'>
  4708.     callable?: True
  4709.     doc string:
  4710. Resume( (ScenarioInterface)arg1) -> None :
  4711.  
  4712.     C++ signature :
  4713.         void Resume(class scriptinterface::tcScenarioInterface {lvalue})
  4714.  
  4715.  
  4716.  
  4717.     SM.SaveGame
  4718.     type: <type 'instancemethod'>
  4719.     callable?: True
  4720.     doc string:
  4721. SaveGame( (ScenarioInterface)arg1, (str)arg2) -> None :
  4722.  
  4723.     C++ signature :
  4724.         void SaveGame(class scriptinterface::tcScenarioInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  4725.  
  4726.  
  4727.  
  4728.     SM.SeekAudio
  4729.     type: <type 'instancemethod'>
  4730.     callable?: True
  4731.     doc string:
  4732. SeekAudio( (ScenarioInterface)arg1, (float)arg2) -> None :
  4733.  
  4734.     C++ signature :
  4735.         void SeekAudio(class scriptinterface::tcScenarioInterface {lvalue},double)
  4736.  
  4737.  
  4738.  
  4739.     SM.SendCommand
  4740.     type: <type 'instancemethod'>
  4741.     callable?: True
  4742.     doc string:
  4743. SendCommand( (ScenarioInterface)arg1, (str)arg2) -> None :
  4744.  
  4745.     C++ signature :
  4746.         void SendCommand(class scriptinterface::tcScenarioInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  4747.  
  4748.  
  4749.  
  4750.     SM.Set3DMode
  4751.     type: <type 'instancemethod'>
  4752.     callable?: True
  4753.     doc string:
  4754. Set3DMode( (ScenarioInterface)arg1, (int)arg2) -> None :
  4755.  
  4756.     C++ signature :
  4757.         void Set3DMode(class scriptinterface::tcScenarioInterface {lvalue},int)
  4758.  
  4759.  
  4760.  
  4761.     SM.SetAirGroupCount
  4762.     type: <type 'instancemethod'>
  4763.     callable?: True
  4764.     doc string:
  4765. SetAirGroupCount( (ScenarioInterface)arg1, (int)arg2) -> None :
  4766.  
  4767.     C++ signature :
  4768.         void SetAirGroupCount(class scriptinterface::tcScenarioInterface {lvalue},unsigned int)
  4769.  
  4770.  
  4771.  
  4772.     SM.SetAirGroupName
  4773.     type: <type 'instancemethod'>
  4774.     callable?: True
  4775.     doc string:
  4776. SetAirGroupName( (ScenarioInterface)arg1, (str)arg2) -> None :
  4777.  
  4778.     C++ signature :
  4779.         void SetAirGroupName(class scriptinterface::tcScenarioInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  4780.  
  4781.  
  4782.  
  4783.     SM.SetAllianceDefaultCountry
  4784.     type: <type 'instancemethod'>
  4785.     callable?: True
  4786.     doc string:
  4787. SetAllianceDefaultCountry( (ScenarioInterface)arg1, (int)arg2, (str)arg3) -> None :
  4788.  
  4789.     C++ signature :
  4790.         void SetAllianceDefaultCountry(class scriptinterface::tcScenarioInterface {lvalue},int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  4791.  
  4792.  
  4793.  
  4794.     SM.SetAllianceGoal
  4795.     type: <type 'instancemethod'>
  4796.     callable?: True
  4797.     doc string:
  4798. SetAllianceGoal( (ScenarioInterface)arg1, (int)arg2, (Goal)arg3) -> None :
  4799.  
  4800.     C++ signature :
  4801.         void SetAllianceGoal(class scriptinterface::tcScenarioInterface {lvalue},int,class tcGoal {lvalue})
  4802.  
  4803.  
  4804.  
  4805.     SM.SetAlliancePlayable
  4806.     type: <type 'instancemethod'>
  4807.     callable?: True
  4808.     doc string:
  4809. SetAlliancePlayable( (ScenarioInterface)arg1, (int)arg2, (bool)arg3) -> None :
  4810.  
  4811.     C++ signature :
  4812.         void SetAlliancePlayable(class scriptinterface::tcScenarioInterface {lvalue},int,bool)
  4813.  
  4814.  
  4815.  
  4816.     SM.SetAllianceROE
  4817.     type: <type 'instancemethod'>
  4818.     callable?: True
  4819.     doc string:
  4820. SetAllianceROE( (ScenarioInterface)arg1, (int)arg2, (int)arg3) -> None :
  4821.  
  4822.     C++ signature :
  4823.         void SetAllianceROE(class scriptinterface::tcScenarioInterface {lvalue},int,int)
  4824.  
  4825.  
  4826.  
  4827.     SM.SetAllianceROEByType
  4828.     type: <type 'instancemethod'>
  4829.     callable?: True
  4830.     doc string:
  4831. SetAllianceROEByType( (ScenarioInterface)arg1, (int)arg2, (int)arg3, (int)arg4, (int)arg5, (int)arg6) -> None :
  4832.  
  4833.     C++ signature :
  4834.         void SetAllianceROEByType(class scriptinterface::tcScenarioInterface {lvalue},int,int,int,int,int)
  4835.  
  4836.  
  4837.  
  4838.     SM.SetAllianceRelationship
  4839.     type: <type 'instancemethod'>
  4840.     callable?: True
  4841.     doc string:
  4842. SetAllianceRelationship( (ScenarioInterface)arg1, (int)arg2, (int)arg3, (str)arg4) -> None :
  4843.  
  4844.     C++ signature :
  4845.         void SetAllianceRelationship(class scriptinterface::tcScenarioInterface {lvalue},int,int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  4846.  
  4847.  
  4848.  
  4849.     SM.SetBriefingMode
  4850.     type: <type 'instancemethod'>
  4851.     callable?: True
  4852.     doc string:
  4853. SetBriefingMode( (ScenarioInterface)arg1, (bool)arg2) -> None :
  4854.  
  4855.     C++ signature :
  4856.         void SetBriefingMode(class scriptinterface::tcScenarioInterface {lvalue},bool)
  4857.  
  4858.  
  4859.  
  4860.     SM.SetDateTime
  4861.     type: <type 'instancemethod'>
  4862.     callable?: True
  4863.     doc string:
  4864. SetDateTime( (ScenarioInterface)arg1, (int)arg2, (int)arg3, (int)arg4, (int)arg5, (int)arg6, (int)arg7) -> None :
  4865.  
  4866.     C++ signature :
  4867.         void SetDateTime(class scriptinterface::tcScenarioInterface {lvalue},int,int,int,int,int,int)
  4868.  
  4869.  
  4870.  
  4871.     SM.SetDateTimeByString
  4872.     type: <type 'instancemethod'>
  4873.     callable?: True
  4874.     doc string:
  4875. SetDateTimeByString( (ScenarioInterface)arg1, (str)arg2) -> None :
  4876.  
  4877.     C++ signature :
  4878.         void SetDateTimeByString(class scriptinterface::tcScenarioInterface {lvalue},char const *)
  4879.  
  4880.  
  4881.  
  4882.     SM.SetEventTime
  4883.     type: <type 'instancemethod'>
  4884.     callable?: True
  4885.     doc string:
  4886. SetEventTime( (ScenarioInterface)arg1, (float)arg2) -> None :
  4887.  
  4888.     C++ signature :
  4889.         void SetEventTime(class scriptinterface::tcScenarioInterface {lvalue},double)
  4890.  
  4891.  
  4892.  
  4893.     SM.SetFilterByCountry
  4894.     type: <type 'instancemethod'>
  4895.     callable?: True
  4896.     doc string:
  4897. SetFilterByCountry( (ScenarioInterface)arg1, (bool)arg2) -> None :
  4898.  
  4899.     C++ signature :
  4900.         void SetFilterByCountry(class scriptinterface::tcScenarioInterface {lvalue},bool)
  4901.  
  4902.  
  4903.  
  4904.     SM.SetFilterByYear
  4905.     type: <type 'instancemethod'>
  4906.     callable?: True
  4907.     doc string:
  4908. SetFilterByYear( (ScenarioInterface)arg1, (bool)arg2) -> None :
  4909.  
  4910.     C++ signature :
  4911.         void SetFilterByYear(class scriptinterface::tcScenarioInterface {lvalue},bool)
  4912.  
  4913.  
  4914.  
  4915.     SM.SetFlightDeckUnitLoadout
  4916.     type: <type 'instancemethod'>
  4917.     callable?: True
  4918.     doc string:
  4919. SetFlightDeckUnitLoadout( (ScenarioInterface)arg1, (str)arg2, (str)arg3, (str)arg4) -> None :
  4920.  
  4921.     C++ signature :
  4922.         void SetFlightDeckUnitLoadout(class scriptinterface::tcScenarioInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  4923.  
  4924.  
  4925.  
  4926.     SM.SetIncludeProbability
  4927.     type: <type 'instancemethod'>
  4928.     callable?: True
  4929.     doc string:
  4930. SetIncludeProbability( (ScenarioInterface)arg1, (str)arg2, (float)arg3) -> None :
  4931.  
  4932.     C++ signature :
  4933.         void SetIncludeProbability(class scriptinterface::tcScenarioInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,float)
  4934.  
  4935.  
  4936.  
  4937.     SM.SetMagazineAddCount
  4938.     type: <type 'instancemethod'>
  4939.     callable?: True
  4940.     doc string:
  4941. SetMagazineAddCount( (ScenarioInterface)arg1, (int)arg2) -> None :
  4942.  
  4943.     C++ signature :
  4944.         void SetMagazineAddCount(class scriptinterface::tcScenarioInterface {lvalue},unsigned int)
  4945.  
  4946.  
  4947.  
  4948.     SM.SetPerfectScore
  4949.     type: <type 'instancemethod'>
  4950.     callable?: True
  4951.     doc string:
  4952. SetPerfectScore( (ScenarioInterface)arg1, (float)arg2) -> None :
  4953.  
  4954.     C++ signature :
  4955.         void SetPerfectScore(class scriptinterface::tcScenarioInterface {lvalue},float)
  4956.  
  4957.  
  4958.  
  4959.     SM.SetSVP
  4960.     type: <type 'instancemethod'>
  4961.     callable?: True
  4962.     doc string:
  4963. SetSVP( (ScenarioInterface)arg1, (str)arg2) -> None :
  4964.  
  4965.     C++ signature :
  4966.         void SetSVP(class scriptinterface::tcScenarioInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  4967.  
  4968.  
  4969.  
  4970.     SM.SetScenarioDescription
  4971.     type: <type 'instancemethod'>
  4972.     callable?: True
  4973.     doc string:
  4974. SetScenarioDescription( (ScenarioInterface)arg1, (str)arg2) -> None :
  4975.  
  4976.     C++ signature :
  4977.         void SetScenarioDescription(class scriptinterface::tcScenarioInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  4978.  
  4979.  
  4980.  
  4981.     SM.SetScenarioLoaded
  4982.     type: <type 'instancemethod'>
  4983.     callable?: True
  4984.     doc string:
  4985. SetScenarioLoaded( (ScenarioInterface)arg1, (bool)arg2) -> None :
  4986.  
  4987.     C++ signature :
  4988.         void SetScenarioLoaded(class scriptinterface::tcScenarioInterface {lvalue},bool)
  4989.  
  4990.  
  4991.  
  4992.     SM.SetScenarioLocked
  4993.     type: <type 'instancemethod'>
  4994.     callable?: True
  4995.     doc string:
  4996. SetScenarioLocked( (ScenarioInterface)arg1, (bool)arg2) -> None :
  4997.  
  4998.     C++ signature :
  4999.         void SetScenarioLocked(class scriptinterface::tcScenarioInterface {lvalue},bool)
  5000.  
  5001.  
  5002.  
  5003.     SM.SetScenarioName
  5004.     type: <type 'instancemethod'>
  5005.     callable?: True
  5006.     doc string:
  5007. SetScenarioName( (ScenarioInterface)arg1, (str)arg2) -> None :
  5008.  
  5009.     C++ signature :
  5010.         void SetScenarioName(class scriptinterface::tcScenarioInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  5011.  
  5012.  
  5013.  
  5014.     SM.SetSeaState
  5015.     type: <type 'instancemethod'>
  5016.     callable?: True
  5017.     doc string:
  5018. SetSeaState( (ScenarioInterface)arg1, (int)arg2) -> None :
  5019.  
  5020.     C++ signature :
  5021.         void SetSeaState(class scriptinterface::tcScenarioInterface {lvalue},unsigned int)
  5022.  
  5023.  
  5024.  
  5025.     SM.SetSimpleBriefing
  5026.     type: <type 'instancemethod'>
  5027.     callable?: True
  5028.     doc string:
  5029. SetSimpleBriefing( (ScenarioInterface)arg1, (int)arg2, (str)arg3) -> None :
  5030.  
  5031.     C++ signature :
  5032.         void SetSimpleBriefing(class scriptinterface::tcScenarioInterface {lvalue},int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)
  5033.  
  5034.  
  5035.  
  5036.     SM.SetSonarTemplate
  5037.     type: <type 'instancemethod'>
  5038.     callable?: True
  5039.     doc string:
  5040. SetSonarTemplate( (ScenarioInterface)arg1, (int)arg2) -> None :
  5041.  
  5042.     C++ signature :
  5043.         void SetSonarTemplate(class scriptinterface::tcScenarioInterface {lvalue},int)
  5044.  
  5045.  
  5046.  
  5047.     SM.SetStartTheater
  5048.     type: <type 'instancemethod'>
  5049.     callable?: True
  5050.     doc string:
  5051. SetStartTheater( (ScenarioInterface)arg1, (float)arg2, (float)arg3) -> None :
  5052.  
  5053.     C++ signature :
  5054.         void SetStartTheater(class scriptinterface::tcScenarioInterface {lvalue},double,double)
  5055.  
  5056.  
  5057.  
  5058.     SM.SetStartView
  5059.     type: <type 'instancemethod'>
  5060.     callable?: True
  5061.     doc string:
  5062. SetStartView( (ScenarioInterface)arg1, (float)arg2, (float)arg3, (float)arg4) -> None :
  5063.  
  5064.     C++ signature :
  5065.         void SetStartView(class scriptinterface::tcScenarioInterface {lvalue},double,double,double)
  5066.  
  5067.  
  5068.  
  5069.     SM.SetUnitAlwaysVisibleState
  5070.     type: <type 'instancemethod'>
  5071.     callable?: True
  5072.     doc string:
  5073. SetUnitAlwaysVisibleState( (ScenarioInterface)arg1, (str)arg2, (bool)arg3) -> None :
  5074.  
  5075.     C++ signature :
  5076.         void SetUnitAlwaysVisibleState(class scriptinterface::tcScenarioInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)
  5077.  
  5078.  
  5079.  
  5080.     SM.SetUnitLauncherItem
  5081.     type: <type 'instancemethod'>
  5082.     callable?: True
  5083.     doc string:
  5084. SetUnitLauncherItem( (ScenarioInterface)arg1, (str)arg2, (int)arg3, (str)arg4, (int)arg5) -> None :
  5085.  
  5086.     C++ signature :
  5087.         void SetUnitLauncherItem(class scriptinterface::tcScenarioInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,unsigned int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,unsigned int)
  5088.  
  5089.  
  5090.  
  5091.     SM.SetUserAlliance
  5092.     type: <type 'instancemethod'>
  5093.     callable?: True
  5094.     doc string:
  5095. SetUserAlliance( (ScenarioInterface)arg1, (int)arg2) -> None :
  5096.  
  5097.     C++ signature :
  5098.         void SetUserAlliance(class scriptinterface::tcScenarioInterface {lvalue},int)
  5099.  
  5100.  
  5101.  
  5102.     SM.Text3D
  5103.     type: <type 'instancemethod'>
  5104.     callable?: True
  5105.     doc string:
  5106. Text3D( (ScenarioInterface)arg1, (str)arg2, (float)arg3, (float)arg4, (float)arg5, (float)arg6, (int)arg7) -> None :
  5107.  
  5108.     C++ signature :
  5109.         void Text3D(class scriptinterface::tcScenarioInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,double,float,float,float,int)
  5110.  
  5111.  
  5112.  
  5113.     SM.TimeGoal
  5114.     type: <type 'instancemethod'>
  5115.     callable?: True
  5116.     doc string:
  5117. TimeGoal( (ScenarioInterface)arg1) -> TimeGoal :
  5118.  
  5119.     C++ signature :
  5120.         class tcTimeGoal TimeGoal(class scriptinterface::tcScenarioInterface {lvalue})
  5121.  
  5122.  
  5123.  
  5124.     SM.TrackCamera
  5125.     type: <type 'instancemethod'>
  5126.     callable?: True
  5127.     doc string:
  5128. TrackCamera( (ScenarioInterface)arg1, (str)arg2, (float)arg3, (float)arg4, (float)arg5, (float)arg6, (float)arg7, (float)arg8, (float)arg9) -> None :
  5129.  
  5130.     C++ signature :
  5131.         void TrackCamera(class scriptinterface::tcScenarioInterface {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,double,float,float,float,float,float,float)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement