Jump to content

Papyrus functions in SKSE plugins


Letrec

Recommended Posts

I'm trying to call payrus native functions within an skse plugin. I didn't find any definitions that match this functions in the skse's sources so I guess there is no direct hook and I need to find something like papyrus_eval(string function_name, form ** args), I looked a bit around PapyrusVM ... to no avail.

 

I know I could register everything I do in C++ that cannot be done into papyrus into functions and then work with extended papyrus scripts but I would really like not to have to resort to that.

 

Any hint would be much appreciated ;)

Link to comment
Share on other sites

I tried the other way around few days ago, calling plugin functions from papyrus. I found that they have disabled papyrus interface from plugin for now, even though it exists if you compile SKSE with "#define _PPAPI". Maybe you can hack some way but I don't think there is easy way to interact with papyrus from plugin for now.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...