diff options
| author | Rémi Verschelde | 2018-01-27 23:29:27 +0100 |
|---|---|---|
| committer | GitHub | 2018-01-27 23:29:27 +0100 |
| commit | dcacf36118d14739db74f0acca61e3530e13673a (patch) | |
| tree | c74eb35cca83059a5ecf52ae8844e8d537458727 /modules/mono/csharp_script.h | |
| parent | 947abe909dae24530fe74d590a84aa26b5e0e8eb (diff) | |
| parent | 0c3bbcaa0085c579daa9dcba4c3ac60626b07413 (diff) | |
| download | godot-dcacf36118d14739db74f0acca61e3530e13673a.tar.gz godot-dcacf36118d14739db74f0acca61e3530e13673a.tar.zst godot-dcacf36118d14739db74f0acca61e3530e13673a.zip | |
Diffstat (limited to 'modules/mono/csharp_script.h')
| -rw-r--r-- | modules/mono/csharp_script.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/mono/csharp_script.h b/modules/mono/csharp_script.h index 3ce8a9b64..1daa25b74 100644 --- a/modules/mono/csharp_script.h +++ b/modules/mono/csharp_script.h @@ -105,7 +105,9 @@ class CSharpScript : public Script { void _clear(); bool _update_exports(); +#ifdef TOOLS_ENABLED bool _get_member_export(GDMonoClass *p_class, GDMonoClassMember *p_member, PropertyInfo &r_prop_info, bool &r_exported); +#endif CSharpInstance *_create_instance(const Variant **p_args, int p_argcount, Object *p_owner, bool p_isref, Variant::CallError &r_error); Variant _new(const Variant **p_args, int p_argcount, Variant::CallError &r_error); @@ -335,7 +337,9 @@ public: virtual void *alloc_instance_binding_data(Object *p_object); virtual void free_instance_binding_data(void *p_data); +#ifdef DEBUG_ENABLED Vector<StackInfo> stack_trace_get_info(MonoObject *p_stack_trace); +#endif CSharpLanguage(); ~CSharpLanguage(); |
