You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 19:41:11 +00:00
Merge pull request #113934 from raulsntos/file_access_param_name
Remove underscore from parameter name in `FileAccess::set_extended_attribute_string`
This commit is contained in:
@@ -445,7 +445,7 @@
|
||||
<return type="int" enum="Error" />
|
||||
<param index="0" name="file" type="String" />
|
||||
<param index="1" name="attribute_name" type="String" />
|
||||
<param index="2" name="_data" type="String" />
|
||||
<param index="2" name="data" type="String" />
|
||||
<description>
|
||||
Writes file extended attribute with name [param attribute_name] as a UTF-8 encoded string.
|
||||
[b]Note:[/b] This method is implemented on Linux, macOS, and Windows.
|
||||
|
||||
Reference in New Issue
Block a user