module Documentation::D_Cheatsheet::B_WritingAdditions
Overview
- Writing:
WritingAdditions
- The module housing all of the write methodsWritingAdditions.file_write(object, file)
- Writes the object to a file. Condenses file writing down to one lineWritingAdditions::WAD#write(io)
- Writes aWAD
to io and returns the size of data writtenWritingAdditions::Map#write(io)
- Writes aWAD::Map
to io and returns all the directories for the data writtenWritingAdditions::Map::Things.write(io, things)
- Writes an array of things to io and returns the directory for the data writtenWritingAdditions::Map::Linedefs.write(io, linedefs)
- Writes an array of linedefs to io and returns the directory for the data writtenWritingAdditions::Map::Sidedefs.write(io, sidedefs)
- Writes an array of sidedefs to io and returns the directory for the data writtenWritingAdditions::Map::Vertexes.write(io, vertexes)
- Writes an array of vertexes to io and returns the directory for the data writtenWritingAdditions::Map::Segs.write(io, segs)
- Writes an array of segs to io and returns the directory for the data writtenWritingAdditions::Map::Ssectors.write(io, ssectors)
- Writes an array of ssectors to io and returns the directory for the data writtenWritingAdditions::Map::Nodes.write(io, nodes)
- Writes an array of nodes to io and returns the directory for the data writtenWritingAdditions::Map::Sectors.write(io, sectors)
- Writes an array of sectors to io and returns the directory for the data writtenWritingAdditions::Map::Reject#write(io)
- Writes a reject to io and returns the directory for the data writtenWritingAdditions::Map::Blockmap#write(io)
- Writes a blockmap to io and returns the directory for the data written
WritingAdditions::PcSound#write(io)
- Writes aWAD::PcSound
to io and returns the size of data writtenWritingAdditions::Sound#write(io)
- Writes aWAD::Sound
to io and returns the size of data writtenWritingAdditions::Music#write(io)
- Writes aWAD::Music
to io and returns the size of data writtenWritingAdditions::Genmidi#write(io)
- Writes aWAD::Genmidi
to io and returns the size of data writtenWritingAdditions::Dmxgus#write(io)
- Writes aWAD::Dmxgus
to io and returns the size of data writtenWritingAdditions::Playpal#write(io)
- Writes aWAD::Playpal
to io and returns the size of data writtenWritingAdditions::Colormap#write(io)
- Writes aWAD::Colormap
to io and returns the size of data writtenWritingAdditions::EnDoom#write(io)
- Writes aWAD::EnDoom
to io and returns the size of data writtenWritingAdditions::TextureX#write(io)
- Writes aWAD::TextureX
to io and returns the size of data writtenWritingAdditions::Pnames#write(io)
- Writes aWAD::Pnames
to io and returns the size of data writtenWritingAdditions::Graphic#write(io)
- Writes aWAD::Graphic
to io and returns the size of data writtenWritingAdditions::Flat#write(io)
- Writes aWAD::Flat
to io and returns the size of data writtenWritingAdditions::Demo#write(io)
- Writes aWAD::Demo
to io and returns the size of data written