mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Type renames:
Matrix32 -> Transform2D Matrix3 -> Basis AABB -> Rect3 RawArray -> PoolByteArray IntArray -> PoolIntArray FloatArray -> PoolFloatArray Vector2Array -> PoolVector2Array Vector3Array -> PoolVector3Array ColorArray -> PoolColorArray
This commit is contained in:
parent
710692278d
commit
bc26f90581
266 changed files with 2466 additions and 2468 deletions
|
@ -2525,7 +2525,7 @@ int VisualScriptLanguage::find_function(const String& p_function,const String& p
|
|||
|
||||
return -1;
|
||||
}
|
||||
String VisualScriptLanguage::make_function(const String& p_class,const String& p_name,const StringArray& p_args) const {
|
||||
String VisualScriptLanguage::make_function(const String& p_class,const String& p_name,const PoolStringArray& p_args) const {
|
||||
|
||||
return String();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue