holy fuck what was i on an hour ago that i missed that
parent
bf60c59540
commit
7d40e4ddc8
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ amount = 1
|
|||
|
||||
Functions return a vector of logs, as well as a key-value store, where the key is an item's name, and the value is a data structure containing instructions to create resulting object instances (see: type `crate::modules::FunctionResult`, `(Vec<Log>, HashMap<String, FunctionOutput>)`) (see: struct `crate::modules::FunctionOutput`).
|
||||
|
||||
Note that functions themselves don't create object instances on their own. They merely return the instructions needed (an `object_type` and values of `input`) to do so by the implementation.
|
||||
Note that functions themselves don't create object instances on their own. They merely return the instructions needed (an `object_type` and values of `input`, `local`, and `remote`) to do so by the implementation.
|
||||
|
||||
## Function templates
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue