Armaclass
Armaclass copied to clipboard
Script can't handle class inheritance or class Instantiation
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
};