Skip to content

Commit

Permalink
Fix formatting (still)
Browse files Browse the repository at this point in the history
  • Loading branch information
enginmanap committed Jan 12, 2019
1 parent d43dd65 commit 73b59d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ExtendingByAPI/implementAction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ How to enable Dynamic Library discovery
_______________________________________

Limon engine will try to load custom actions on engine startup, from libcustomTriggers file (extension based on platform). If the file is found, engine will check for a method with following signature:

::

void registerAsTrigger(std::map<std::string, TriggerInterface*(*)(LimonAPI*)>* triggerMap)

This method should fill the triggerMap passed, with all the custom actions, like this:
Expand Down

0 comments on commit 73b59d2

Please sign in to comment.