mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Document remaining Visual Script classes
This commit is contained in:
parent
7bc52e56c0
commit
1054956461
21 changed files with 146 additions and 0 deletions
|
@ -1,8 +1,10 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualScriptIndexSet" inherits="VisualScriptNode" version="4.0">
|
||||
<brief_description>
|
||||
A Visual Script node for setting a value in an array or a dictionary.
|
||||
</brief_description>
|
||||
<description>
|
||||
[VisualScriptIndexSet] will set the value stored in an array or a dictionary under the given index to the provided new value.
|
||||
</description>
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue