diff options
| author | Ignacio Etcheverry | 2017-10-16 04:17:06 +0200 |
|---|---|---|
| committer | Ignacio Etcheverry | 2017-10-16 04:19:36 +0200 |
| commit | 8ed3247a638a486afe165c3abdc6e0cdf0cddb84 (patch) | |
| tree | 7130a4eb267d9a2d2925ba9ccda205128d394d99 /modules/mono/utils/string_utils.h | |
| parent | 1a9efb417a20d2753a942cc5d4d2d46ce8cde7fb (diff) | |
| download | godot-8ed3247a638a486afe165c3abdc6e0cdf0cddb84.tar.gz godot-8ed3247a638a486afe165c3abdc6e0cdf0cddb84.tar.zst godot-8ed3247a638a486afe165c3abdc6e0cdf0cddb84.zip | |
Diffstat (limited to 'modules/mono/utils/string_utils.h')
| -rw-r--r-- | modules/mono/utils/string_utils.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/mono/utils/string_utils.h b/modules/mono/utils/string_utils.h index 2f2c3c2d8..a0d66ebdc 100644 --- a/modules/mono/utils/string_utils.h +++ b/modules/mono/utils/string_utils.h @@ -35,4 +35,10 @@ String sformat(const String &p_text, const Variant &p1 = Variant(), const Variant &p2 = Variant(), const Variant &p3 = Variant(), const Variant &p4 = Variant(), const Variant &p5 = Variant()); +#ifdef TOOLS_ENABLED +bool is_csharp_keyword(const String &p_name); + +String escape_csharp_keyword(const String &p_name); +#endif + #endif // STRING_FORMAT_H |
