PDA

View Full Version : Disable data library from extension or layered ruleset on top of CoreRPG



Valyar
May 18th, 2020, 20:04
Is there a way to disable from extension or layered ruleset specific data library?

For example I want to disable the Vehicle library not to exist at all and I don't want to copy the whole LUA file that defines it. Any script packages that can do the trick out of the box?

Trenloe
May 18th, 2020, 20:10
LibraryData.setRecordTypeInfo("vehicle", nil);