MCPcopy
hub / github.com/jabbany/CommentCoreLibrary / _call

Method _call

src/scripting/api/Display/Bitmap.ts:170–176  ·  view source on GitHub ↗
(method:string, args:any)

Source from the content-addressed store, hash-verified

168 }
169
170 private _call(method:string, args:any):void {
171 __pchannel('Runtime:CallMethod', {
172 'id': this.getId(),
173 'name': name,
174 'value': args,
175 });
176 }
177
178 get height():number {
179 return this._rect.height;

Callers 1

_updateBoxMethod · 0.95

Calls 2

getIdMethod · 0.95
__pchannelFunction · 0.85

Tested by

no test coverage detected