Skip to content
Snippets Groups Projects
Commit edc5350f authored by Illimar.Rekand's avatar Illimar.Rekand :japanese_ogre:
Browse files

Update notebook

parent eba38f84
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
- [Entries 2024](#entries-2024) - [Entries 2024](#entries-2024)
- [2024-12-11](#2024-12-11) - [2024-12-11](#2024-12-11)
- [Entry 1: EditArrayMap fix](#entry-1-editarraymap-fix) - [Entry 1: EditArrayMap fix](#entry-1-editarraymap-fix)
- [Entry 2: Inspecting API function parameters](#entry-2-inspecting-api-function-parameters)
- [2024-12-10](#2024-12-10) - [2024-12-10](#2024-12-10)
- [Entry 1: EditArrayMap issue](#entry-1-editarraymap-issue) - [Entry 1: EditArrayMap issue](#entry-1-editarraymap-issue)
- [2024-12-09:](#2024-12-09) - [2024-12-09:](#2024-12-09)
...@@ -53,6 +54,15 @@ ...@@ -53,6 +54,15 @@
was able to fix this issue by inputting **13** input variables, not **12** as the UL documentation say. The MapIndex parameter, which is missing, is probably a typo. was able to fix this issue by inputting **13** input variables, not **12** as the UL documentation say. The MapIndex parameter, which is missing, is probably a typo.
#### Entry 2: Inspecting API function parameters
Created two (hopefully) useful functions, which can return info about functions inside the API:
* GetNumParameters(): Returns the number of input parameters which a function needs to be run
* GetParameterNames(): Returns the names of the parameters
These can be found inside utils
### 2024-12-10 ### 2024-12-10
#### Entry 1: EditArrayMap issue #### Entry 1: EditArrayMap issue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment