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

Method AddScriptParams

Source/Game/EntityDescription.cpp:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122void EntityDescription::AddScriptParams(EntityDescriptionFieldType type, const ScriptParamMap& val) {
123 AddType(type);
124 WriteScriptParamsToRAM(val, fields.back().data);
125}
126
127void EntityDescription::AddPalette(EntityDescriptionFieldType type, const OGPalette& val) {
128 AddType(type);

Callers 4

LoadDialogueFileMethod · 0.80
GetDescMethod · 0.80
GetDescMethod · 0.80
GetTSRIinfoFunction · 0.80

Calls 2

WriteScriptParamsToRAMFunction · 0.85
backMethod · 0.45

Tested by

no test coverage detected