We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be069e commit 24a89faCopy full SHA for 24a89fa
gamemodes/samp.py renamed to gamemodes/empty/samp.py
python/APIGenerator.py
@@ -14,7 +14,7 @@ class NoMethodException(Exception):
14
METHODEXTRACTOR = re.compile('^(\[native\]) ([A-z]+) ([A-z]+)\((.*)\)\;$')
15
PARAMETERSEXTRACTOR = re.compile(r'([ ]*(?P<out>\[out\])?[ ]*?(?P<type>[a-zA-Z]+) (?P<name>[a-zA-Z0-9_]+)[ ]*(?:=[ ]*(?P<default>[a-zA-Z0-9\"\'\.\-\_]*))?)')
16
PARAMETEREXTRACTOR = re.compile('^{0}$'.format(PARAMETER_REGEX))
17
-OUTPUT_PYTHONFILE = '../gamemodes/samp.py'
+OUTPUT_PYTHONFILE = '../gamemodes/empty/samp.py'
18
INPUT_DIRECTORY = '/Users/yannickhabecker/git/private/sampgdk/lib/sampgdk/*.idl'
19
20
CONST_NAME_REGEX = re.compile(r'^[A-Z][A-Z0-9_x]*$')
0 commit comments