Page MenuHomeFeedback Tracker

configSourceMod, configSourceModList and configSourceAddonList doesn't work when class doesn't define any property
New, NormalPublic

Description

configSourceMod, configSourceModList and configSourceAddonList commands doesn't work when all properties are inherited and none are defined. Commands return empty array or empty string.

example broken config:

cfgWeapons {

class Rifle ;
class example_rifle : Rifle  { } // doesn't work
class example_rifle_2 : Rifle  {
  scope = 1;
} // works

}

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 7
Category
Scripting

Event Timeline

Tikka created this task.Feb 22 2018, 10:47 PM