Jump to content
Sign in to follow this  
JohnTheWeak

What's the connection between Cfg3DEN inner class Trigger class and CfgNonAIVehicles inner class EmptyDetector class

Recommended Posts

Hi there!

What's the connection between Cfg3DEN inner class Trigger class and CfgNonAIVehicles inner class EmptyDetector class?

I dont see the EmptyDetector extends Trigger class sign

```

class EmptyDetector
    {
        scope = 2;
        simulation = "detector";
        model = "";
        selectionFabric = "latka";
        icon = "\a3\Ui_f\data\IGUI\Cfg\IslandMap\iconSensor_ca.paa";
        displayName = "Trigger";
        class AttributeValues
        {
            size2[] = {0,0};
            size3[] = {0,0,-1};
        };
    };

 

```

The codes so simple yet i cant find their connection

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×