| 1868 | } |
| 1869 | |
| 1870 | bool VisualScriptingBinaryModule::IsLoaded() const |
| 1871 | { |
| 1872 | return true; |
| 1873 | } |
| 1874 | |
| 1875 | bool VisualScriptingBinaryModule::FindScriptingType(const StringAnsiView& typeName, int32& typeIndex) |
| 1876 | { |
no outgoing calls
no test coverage detected