Examples of usage
There are many examples of usage in the templates themselves. Run a search for this function will turn up many examples.
Here are a few:
{jrCore_module_function function="jrRating_form" ...........
{jrCore_module_function function="jrImage_display" ...........
{jrCore_module_function function="jrPrivateNote_link" ...........
{jrCore_module_function function="jrFollower_button" ...........
{jrCore_module_function function="jrFoxyCart_add_to_cart" ...........
{jrCore_module_function function="jrPlaylist_button" ...........
And there are many more too.
Its a safeguard. The alternate way of writing:
{jrCore_module_function function="jrPlaylist_button" ........}
is:
{jrPlaylist_button ........}
But in this second case you need to
KNOW that the jrPlaylist module exists in the system and is currently enabled. Otherwise you risk that function not being found and the page failing to load because the function can't be found.