diff options
author | karroffel <therzog@mail.de> | 2017-01-17 11:29:42 +0100 |
---|---|---|
committer | karroffel <therzog@mail.de> | 2017-01-17 11:36:17 +0100 |
commit | fb16f09b15afa3e32e9c79a3fdd02bae214a7f00 (patch) | |
tree | 3cc054ce53cdd6ee9d3bc6876e89384828d6f26f | |
parent | 6ab023fab552dbba19787da4c4ccb904022644d3 (diff) |
updated method_ptrcall.h to use 3.0 naming
-rw-r--r-- | core/method_ptrcall.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/core/method_ptrcall.h b/core/method_ptrcall.h index 36b42c84f3..a35e44b66c 100644 --- a/core/method_ptrcall.h +++ b/core/method_ptrcall.h @@ -74,7 +74,7 @@ MAKE_PTRARG(Vector3); MAKE_PTRARG(Transform2D); MAKE_PTRARG(Plane); MAKE_PTRARG(Quat); -MAKE_PTRARG(AABB); +MAKE_PTRARG(Rect3); MAKE_PTRARG(Basis); MAKE_PTRARG(Transform); MAKE_PTRARG(Color); @@ -84,13 +84,13 @@ MAKE_PTRARG(RID); MAKE_PTRARG(InputEvent); MAKE_PTRARG(Dictionary); MAKE_PTRARG(Array); -MAKE_PTRARG(ByteArray); -MAKE_PTRARG(IntArray); -MAKE_PTRARG(RealArray); -MAKE_PTRARG(StringArray); -MAKE_PTRARG(Vector2Array); -MAKE_PTRARG(Vector3Array); -MAKE_PTRARG(ColorArray); +MAKE_PTRARG(PoolByteArray); +MAKE_PTRARG(PoolIntArray); +MAKE_PTRARG(PoolRealArray); +MAKE_PTRARG(PoolStringArray); +MAKE_PTRARG(PoolVector2Array); +MAKE_PTRARG(PoolVector3Array); +MAKE_PTRARG(PoolColorArray); MAKE_PTRARG(Variant); |