Recent content by Ruka

  1. R

    Shared Variable Change Notification

    My goal is to have a shared variable like health for instance, and have an event that other classes could subscribe to when that shared variable changes. So a health shared variable could send an event to a number of classes to notify them that it has changed. One might go to the UI to update...
  2. R

    Shared Variable Change Notification

    Hello! I've looked through the docs a few times and can't seem to find what I am looking for. As far as I know, shared variables are just properties. So, would it be possible to set up a C# event that reacts to a shared variable changing (being set)? Seems like a quick OnValueChanged event would...
Top