Skip to content

Instantly share code, notes, and snippets.

@MatejMecka
Created December 17, 2017 11:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MatejMecka/64698ebb38fbf72ff67501aa6a9dd5c4 to your computer and use it in GitHub Desktop.
Save MatejMecka/64698ebb38fbf72ff67501aa6a9dd5c4 to your computer and use it in GitHub Desktop.
cc.api_add_param(s,param) # for each parameter call this function.
#very mandatory for keeping a track of pythonapi call. Always must be set.
cc.my_pythonapi(s, callback)
#once done you are going to compile all params.
compile_ret = cc.compile_params(s,len(<params>));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment