Jump to content

Namespace delim '#' will do what?


Recommended Posts

I've seen this only once, on decompiled scripts, for which later I've got the original sources, and it was just a bad decompilation.

 

If I recall correctly, the source had import statements, and the imported scripts contain such object types, but the decompiler, instead of using import statements was generating that kind of pathing using the sharp sign like namespace:script#object-type, which the compiler doesn't understand.

 

The scripts I'm referring to are located in this repository: https://github.com/Scrivener07/FO4_Games/blob/master/Data/Scripts/Source/FO4_Games/Games/Type.psc

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...