mirror of
https://github.com/godotengine/godot.git
synced 2025-11-03 15:11:19 +00:00
Replace Array return types with TypedArray 3
This commit is contained in:
parent
0626ce50cf
commit
f7f4873ed0
34 changed files with 182 additions and 170 deletions
|
|
@ -34,6 +34,9 @@
|
|||
#include "core/string/string_name.h"
|
||||
#include "core/variant/variant.h"
|
||||
|
||||
template <typename T>
|
||||
class TypedArray;
|
||||
|
||||
class GDScriptUtilityFunctions {
|
||||
public:
|
||||
typedef void (*FunctionPtr)(Variant *r_ret, const Variant **p_args, int p_arg_count, Callable::CallError &r_error);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue