What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[DONE] Fire envent from plugin to botbase

Jokoast

New Member
Joined
Mar 12, 2017
Messages
11
Hi !

I'm learning C# and i'm coding my own little botbase but as i haven't been able to work with threads, i separated the code in 2.

A toolbox gathering information from the game as a plugin
A botbase that would use thoses informations.

But i don't know how to make those 2 work together. A botbase/plugin developer told me about events but i don't know if it's RB related or C# related. Cause i don't know how to do that from 2 different code loaded through RB.

If there are a way to directly access static class of my plugin from my botbase, it'd be awesome.

Regards,

Sku
 
Last edited:
Botbases are compiled after plugins, so you can have the botbase reference stuff inside the plugin.
 
Back
Top