| 124 | } |
| 125 | |
| 126 | script::ScriptObject* layer(int i) { |
| 127 | return getEngine()->getScriptObject(sprite()->indexToLayer(doc::LayerIndex(i))); |
| 128 | } |
| 129 | |
| 130 | void resize(int w, int h) { |
| 131 | app::DocumentApi api(doc(), transaction()); |
nothing calls this directly
no test coverage detected