Skip to content

Commit

Permalink
Clarify function api built-in functions
Browse files Browse the repository at this point in the history
  • Loading branch information
virustotalop committed Sep 8, 2018
1 parent b156902 commit 8b9ac19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/functionapi/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Function Api

The function manager is what is responsible for the registration of functions. Below you will find out how to write functions and add the functions to the function manager so they can be used in guis.

As a note any built-in DynamicGui gui functions should be platform independent, if you want more information on this see the 'implementing a server type documentation. <../server>'_ This does not apply to addon plugins.
As a note any built-in functions should be platform independent, if you want more information on this see the 'implementing a server type documentation. <../server>'_ This does not apply to addon plugins.

=================
Making a function
Expand Down

0 comments on commit 8b9ac19

Please sign in to comment.