-
Notifications
You must be signed in to change notification settings - Fork 41
Event handlers
nk3nny edited this page Dec 2, 2019
·
18 revisions
Event handlers is a framework where code is triggered when some event occurs. The vanilla game comes with a large number and LAMBS Danger FSM extends this further.
The new event handlers are added via the CBA mod interface. Follow the link for further documentation. Below is a list of unique LAMBS Danger FSM handlers:
If you came to the mod before CBA implementation, you may be familiar with the group variable "lambs_code". This is now defunct and deprecated having been replaced by the event handlers demonstrated above.