Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
enginmanap committed Jan 12, 2019
1 parent fd25e6b commit d43dd65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/ExtendingByAPI/implementAction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ Limon engine will try to load custom actions on engine startup, from libcustomTr

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

(*triggerMap)["$ACTION_NAME1$"] = &createT<$ActionClass1$>;
(*triggerMap)["$ACTION_NAME2$"] = &createT<$ActionClass2$>;

0 comments on commit d43dd65

Please sign in to comment.