You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -74,9 +81,9 @@ Note: It can also be used for block opcodes from extensions after adding them to
74
81
## Searching for opcodes
75
82
76
83
Opcodes of almost all blocks are based on their name in the PenguinMod Editor. Just the inputs and dropdowns(ALLCAPS) were added.
77
-
Let us say you want to get information for this block or are trying to find out its opcode:
78
-

79
-
If an opcode is not found, `generate_opcode_doc` will show the closest matches. We know it is from the `sensing` category and contains the words "touching clone of":
84
+
Let us say you want to get information for this block or are trying to find out its opcode:<br>
85
+
<br>
86
+
If an opcode is not found, `generate_opcode_doc` will show the closest matches. We know it is from the `sensing` category and contains the words `"touching clone of"`:
80
87
```python
81
88
from pmp_manip import init_config, get_default_config, info_api, generate_opcode_doc
0 commit comments