MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / __Run

Method __Run

src/hx/Object.cpp:85–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 return false;
84}
85Dynamic Object::__Run(const Array<Dynamic> &inArgs) { return 0; }
86Dynamic Object::__GetItem(int inIndex) const { return null(); }
87Dynamic Object::__SetItem(int inIndex,Dynamic) { return null(); }
88

Callers 1

val_callNFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected