Merge pull request #22 from Rubonnek/fix-doc

Fix wrong parameter reference in Blackboard documentation
This commit is contained in:
Serhii Snitsaruk 2024-02-02 11:40:12 +01:00 committed by GitHub
commit b0e4c15982
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
<return type="bool" /> <return type="bool" />
<param index="0" name="p_name" type="String" /> <param index="0" name="p_name" type="String" />
<description> <description>
Returns [code]true[/code] if the Blackboard contains the [param p_key] variable, including the parent scopes. Returns [code]true[/code] if the Blackboard contains the [param p_name] variable, including the parent scopes.
</description> </description>
</method> </method>
<method name="prefetch_nodepath_vars"> <method name="prefetch_nodepath_vars">