Module godotapigen

Search:
Group by:

Procs

proc genApi(targetDir: string; apiJsonFile: string) {.
raises: [Exception, ValueError, JsonParsingError, KeyError, AssertionError, IOError], tags: [ReadIOEffect, WriteIOEffect, RootEffect]
.}
Generates .nim files in the targetDir based on the apiJsonFile. The JSON file can be generated by executing Godot with --gdnative-generate-json-api <target_filename> parameters.   Source Edit