Logo
Explore Help
Sign In
1berry/godotengine
1
0
Fork 0
You've already forked godotengine
Code Issues Packages Projects Releases Wiki Activity
godotengine/modules/regex/config.py

15 lines
204 B
Python
Raw Normal View History

SCons: Pass env to modules can_build method This allows to disable modules based on the environment, in particular `env[tools]` which tells us if we are building the editor or not.
2018-05-30 19:11:33 +02:00
def can_build(env, platform):
RegEx re-implemented as a module Re-wrote nrex as a module using godot-specific parts and new features: * Added string substitutions. * Named groups are now supported. * Removed use of mutable variables in RegEx. RegExMatch is returned instead.
2016-10-23 01:22:48 +01:00
return True
def configure(env):
pass
doc: Make all module docs self-contained
2017-11-15 19:23:20 +01:00
def get_doc_classes():
return [
"RegEx",
"RegExMatch",
]
def get_doc_path():
return "doc_classes"
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 585ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API