MCPcopy Create free account
hub / github.com/Garten/sourcecraft / writeVmf

Method writeVmf

src/vmfWriter/entity/Entity.java:15–20  ·  view source on GitHub ↗
(ValveWriter writer)

Source from the content-addressed store, hash-verified

13 public static final String LOGICALPOS_TAG = "logicalpos";
14
15 @Override
16 public void writeVmf(ValveWriter writer) throws IOException {
17 this.writeStart(writer);
18 this.writeVmfSpecific(writer);
19 this.writeEnd(writer);
20 }
21
22 protected void writeStart(ValveWriter writer) throws IOException {
23 this.openEntity(writer);

Callers 1

writeSolidsMethod · 0.45

Calls 3

writeStartMethod · 0.95
writeVmfSpecificMethod · 0.95
writeEndMethod · 0.95

Tested by

no test coverage detected