praydog / Source2Gen

Source 2 SDK Generator
MIT License
137 stars 30 forks source link

Why no dump for engine2.dll? #1

Closed aeo24 closed 8 years ago

praydog commented 8 years ago

There are Schema definitions in engine2.dll, but they are assigned to the !GlobalTypes type scope I believe. engine2.dll doesn't have its own CSchemaSystemTypeScope assigned to it.

Any Schema definitions you find in there are actually dumped into !GlobalTypes_classes.hpp, among with many other DLLs. Just ctrl+f engine2 in that file and find out.