class documentation
A class to write ERF files.
Example
>>> with open("Prelude.mod", "wb") as file: ... with Writer(file, file_type="MOD ") as e: ... e.add_localized_string(Language.ENGLISH, "Prelude") ... with open("item.uti", "rb") as item: ... e.add_file("item.uti", item)
Class |
|
Undocumented |
Method | __enter__ |
Undocumented |
Method | __exit__ |
Undocumented |
Method | __init__ |
Undocumented |
Method | add |
Undocumented |
Method | add |
Undocumented |
Instance Variable | _build |
Undocumented |
Instance Variable | _build |
Undocumented |
Instance Variable | _entries |
Undocumented |
Instance Variable | _file |
Undocumented |
Instance Variable | _file |
Undocumented |
Instance Variable | _locstr |
Undocumented |