MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / AddInt

Method AddInt

Source/Game/EntityDescription.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void EntityDescription::AddInt(EntityDescriptionFieldType type, const int& val) {
65 AddType(type);
66 fields.back().WriteInt(val);
67}
68
69void EntityDescription::AddMat4(EntityDescriptionFieldType type, const mat4& val) {
70 AddType(type);

Callers 10

GetDescMethod · 0.80
GetDescMethod · 0.80
GetDescMethod · 0.80
GetDescMethod · 0.80
GetDescMethod · 0.80
GetTSRIinfoFunction · 0.80
LoadActorFromXMLFunction · 0.80

Calls 2

WriteIntMethod · 0.45
backMethod · 0.45

Tested by

no test coverage detected