Introduction
This section covers more technical details intended for those wanting to implement frameworks added by Legion Studios. If you are looking at how to use a feature, instead check out the Features pages.
Events
Many frameworks utilize CBA's Custom Events System. These allow third party mods to run code whenever a certain "event" occurs. These events can either be local, meaning the event is only sent to the machine where the event was emitted, or they can be global, meaning that all machines (players, server, etc.) will receive the event.
Last updated