MAP and VMF parser class that is instantiated by a FuncGodotMap node.
#Signals
Signal
Description
declarestep
Emitted when a step in the parsing process is completed. It is connected to FuncGodotUtil's print_profile_info() method if the FuncGodotMap's Show Profiling Info build flag is set.
Parses the map file, generating entity and group data and sub-data, then returns the generated data as an array of arrays. The first array is Array[FuncGodotEntityData], while the second array is Array[FuncGodotGroupData].