| 4087 | } |
| 4088 | |
| 4089 | DrawActions::Handler* ScriptingApi::Content::ScriptPanel::getDrawActionHandler() |
| 4090 | { |
| 4091 | if (graphics != nullptr) |
| 4092 | return &graphics->getDrawHandler(); |
| 4093 | |
| 4094 | return nullptr; |
| 4095 | } |
| 4096 | |
| 4097 | struct ScriptingApi::Content::ScriptPanel::Wrapper |
| 4098 | { |