MCPcopy Create free account
hub / github.com/Sinflower/UberWolf / WriteStringArray

Method WriteStringArray

UberWolfLib/WolfRPG/FileCoder.hpp:415–420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

413 }
414
415 void WriteStringArray(const tStrings& strs)
416 {
417 WriteInt(static_cast<uint32_t>(strs.size()));
418 for (tString str : strs)
419 WriteString(str);
420 }
421
422 void WriteCoder(const FileCoder& coder)
423 {

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected