mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-06-04 19:01:18 +00:00
Internal: started implementing ZScript parser. Nothing works for now, aside from the actual parsing code.
This commit is contained in:
parent
96ffb78678
commit
38ffc861cb
8 changed files with 148 additions and 12 deletions
|
@ -222,8 +222,11 @@ namespace CodeImp.DoomBuilder.Data
|
|||
// When implemented, this returns DECORATE lumps
|
||||
public abstract IEnumerable<TextResourceData> GetDecorateData(string pname);
|
||||
|
||||
//mxd. When implemented, this returns MAPINFO lumps
|
||||
public abstract IEnumerable<TextResourceData> GetMapinfoData();
|
||||
// [ZZ] When implemented, this returns ZSCRIPT lumps
|
||||
public abstract IEnumerable<TextResourceData> GetZScriptData(string pname);
|
||||
|
||||
//mxd. When implemented, this returns MAPINFO lumps
|
||||
public abstract IEnumerable<TextResourceData> GetMapinfoData();
|
||||
|
||||
//mxd. When implemented, this returns GLDEFS lumps
|
||||
public abstract IEnumerable<TextResourceData> GetGldefsData(string basegame);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue