mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 15:41:25 +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
|
|
@ -225,7 +225,7 @@ void ScriptTextEditor::_notification(int p_what) {
|
|||
}
|
||||
}
|
||||
|
||||
void ScriptTextEditor::add_callback(const String& p_function,StringArray p_args) {
|
||||
void ScriptTextEditor::add_callback(const String& p_function,PoolStringArray p_args) {
|
||||
|
||||
String code = code_editor->get_text_edit()->get_text();
|
||||
int pos = script->get_language()->find_function(p_function,code);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue