Module godotapigen
Search:
Group by:
Section
Type
Imports
Procs
gen
Api
Imports
streams
,
json
,
os
,
strutils
,
times
,
sets
,
tables
,
sequtils
,
algorithm
,
compiler/[ast,renderer,idents,astalgo]
,
os
Procs
proc
genApi
*
(
targetDir
:
string
;
apiJsonFile
:
string
)
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