Updated documentation for base instructions

This commit is contained in:
Netkas 2022-12-30 03:00:04 -05:00
parent dc0811a271
commit f071d1dc72
5 changed files with 12 additions and 12 deletions

View file

@ -4,10 +4,10 @@ Invokes a method under a namespace.
## Parameters
* namespace (`string`, `instruction`) - The namespace to invoke the method under.
* method (`string`, `instruction`) - The method to invoke.
* parameters (`array`, `instruction`) - The parameters to pass to the method.
* fail_on_error (`boolean`, `instruction`) - Whether to fail if the method throws an exception.
* namespace (`string`) - The namespace to invoke the method under.
* method (`string`) - The method to invoke.
* parameters (`array`) - The parameters to pass to the method.
* fail_on_error (`boolean`) - Whether to fail if the method throws an exception.
## Return