Skip to content

Commit

Permalink
Fix: Add __getitem__ method to mathutils.Matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
nutti committed Oct 28, 2023
1 parent 8a2f0b6 commit 7ac256f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/mods/common/analyzer/mathutils.json
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,25 @@
"data_type": ""
}
},
{
"name": "__getitem__",
"type": "method",
"module": "mathutils",
"parameters": [
"key"
],
"parameter_details": [
{
"type": "parameter",
"name": "key",
"data_type": "int"
}
],
"return": {
"type": "return",
"data_type": "`Vector`"
}
},
{
"name": "__len__",
"type": "method",
Expand Down

0 comments on commit 7ac256f

Please sign in to comment.