| 134 | } |
| 135 | |
| 136 | void Object::SetScriptParams(const ScriptParamMap &spm) { |
| 137 | sp.SetParameterMap(spm); |
| 138 | UpdateScriptParams(); |
| 139 | } |
| 140 | |
| 141 | OGPalette *Object::GetPalette() { |
| 142 | DisplayError("Error", "Getting palette of Object that doesn't have one."); |
nothing calls this directly
no test coverage detected