RWESharp.Level.RWLParser.RWLParser

class RWESharp.Level.RWLParser.RWLParser[source]

Bases: object

__init__()

Methods

__init__()

parse_rwl(string[, store])

save_rwl(level, path[, lightdata])

static parse_rwl(string: str, store=<StoreRWL.Geometry|Tiles|Props|Cameras|Properties|Effects|Custom: 127>) tuple[dict, bytes | None][source]
Parameters:

string (str)

Return type:

tuple[dict, bytes | None]

static save_rwl(level: dict, path: str, lightdata: bytes = None)[source]
Parameters: