Open
Description
Currently, the generator for method and field CSV files, OfficialChannelProvider
, distinguishes methods and fields by their prefix, which is func_
/ m_
for methods and field_
/ f_
for fields. However, in records, the names of accessor methods are the same as the field they're accessing. As an example, see NoiseGeneratorSettings.surfaceRule.
This leads to all record method names being filtered out as fields by the generator.
When the mappings are later used at runtime by modlauncher for remapping class member names, record methods will never be remapped due to this issue.
Metadata
Metadata
Assignees
Labels
No labels