Orvid / Champollion

A PEX to Papyrus Decompiler for Skyrim, Fallout 4 and Starfield
GNU Lesser General Public License v3.0
106 stars 20 forks source link

Fix properties with getter/setters #16

Closed nikitalita closed 1 year ago

nikitalita commented 1 year ago

Put variables before properties, because variables can be referenced by virtual properties

Check to see if value of auto var is identifier before setting autoreadonly, so that read-only virtual props with only a Get() are decompiled correctly.