Armaclass icon indicating copy to clipboard operation
Armaclass copied to clipboard

Script can't handle class inheritance or class Instantiation

Open reppiz opened this issue 9 months ago • 8 comments

Would really love to have this fixed as its pretty important to capture class inheritance and instantiation when trying to parse Arma 3 classes.

When I try to parse a config.cpp file it errors out when it comes across the following.

class SlotInfo;

and

class my_class: other_class_inherited
{
       random data
};

reppiz avatar Apr 29 '24 19:04 reppiz