Best Practises


<aside> <img src="/icons/light-bulb_brown.svg" alt="/icons/light-bulb_brown.svg" width="40px" /> Accessilogue is meant to function as a modular system. Any additions to Accessilogues functionality should happen within the system. Only inputs and outputs should be added outside of the module.

</aside>

Any logic regarding the management of lines and tables should be added to the BP_MGR_Accessilogue class. Any logic for handling the playback of audio or animation to the NPC class or target class used.

<aside> <img src="/icons/warning_brown.svg" alt="/icons/warning_brown.svg" width="40px" /> Refer back to Structural Diagrams for where to add to Accessilogue.

</aside>