| 50 | ScriptFunctionRef(const AGS::Common::String &module_name, const AGS::Common::String &fn_name) |
| 51 | : ModuleName(module_name), FuncName(fn_name) {} |
| 52 | bool IsEmpty() const { return FuncName.IsEmpty(); } |
| 53 | operator bool() const { return FuncName.IsEmpty(); } |
| 54 | }; |
| 55 |
no outgoing calls
no test coverage detected