Jump to content

Reversing the new GameEvents extention.


Recommended Posts

Looking at the new GameEvents extension, it could actually solve a lot of my problems with inter-mod communication I'm running into for AGX.

However, one trick I haven't figured out is how to send data the other way.

This works:

1) AGX makes an "action group triggered!" event.
2) OtherMode subscribes to the event so it knows an action group has been triggered by AGX and can do it's own thing.

What I want to do.

1) AGX makes an "trigger action group!" event.
2) OtherMod triggers the event so AGX knows an action group has been triggered and does it's thing.

Note how the mod that makes the event (AGX) is not the same mod triggering it (OtherMod).

For people here who are actually programmers and know C#, is this something that is doable with this new GameEvents functionality or am I still stuck with using my own reflection code to take care of this?

D.

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...