MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / getInternalScriptObject

Method getInternalScriptObject

src/script/script_object.h:117–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 virtual bool disposable() {return true;}
116
117 InternalScriptObject* getInternalScriptObject() {return m_internal;};
118 script::Engine* getEngine() {return &*m_internal->m_engine;}
119
120 virtual void setWrapped(const Handle& handle, bool own) {

Callers 4

registerScriptObjectMethod · 0.80
returnValueFunction · 0.80
returnValueFunction · 0.80
documentationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected