Fix wrong parameter reference in Blackboard documentation

This commit is contained in:
Wilson E. Alvarez 2024-02-01 20:47:54 -05:00
parent ab564eb631
commit b765b2adc8
No known key found for this signature in database
GPG Key ID: A32174A3D2ED3F9E
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">