mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Change Array arguments to TypedArray
This commit is contained in:
@@ -214,8 +214,8 @@
|
||||
<param index="0" name="source_file" type="String" />
|
||||
<param index="1" name="save_path" type="String" />
|
||||
<param index="2" name="options" type="Dictionary" />
|
||||
<param index="3" name="platform_variants" type="Array" />
|
||||
<param index="4" name="gen_files" type="Array" />
|
||||
<param index="3" name="platform_variants" type="String[]" />
|
||||
<param index="4" name="gen_files" type="String[]" />
|
||||
<description>
|
||||
Imports [param source_file] into [param save_path] with the import [param options] specified. The [param platform_variants] and [param gen_files] arrays will be modified by this function.
|
||||
This method must be overridden to do the actual importing work. See this class' description for an example of overriding this method.
|
||||
|
||||
Reference in New Issue
Block a user