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

Method writeEditorWithLogicalpos

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

Source from the content-addressed store, hash-verified

42 public abstract String getName();
43
44 public void writeEditorWithLogicalpos(ValveWriter writer) throws IOException {
45 writer.open(ValveElement.EDITOR_TAG)
46 .put(ValveElement.COLOR, "220 30 220")
47 .put(ValveElement.VISGROUPSHOWN, 1)
48 .put(ValveElement.VISGROUPAUTOSHOWN, 1)
49 .put(Entity.LOGICALPOS_TAG, "[0 1000]")
50 .close();
51 }
52}

Callers 1

writeEndMethod · 0.95

Calls 3

closeMethod · 0.45
putMethod · 0.45
openMethod · 0.45

Tested by

no test coverage detected