You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 19:31:35 +00:00
Remove String::find_last (same as rfind)
This commit is contained in:
@@ -3824,14 +3824,6 @@
|
||||
["godot_int", "p_from"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "godot_string_find_last",
|
||||
"return_type": "godot_int",
|
||||
"arguments": [
|
||||
["const godot_string *", "p_self"],
|
||||
["godot_string", "p_what"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "godot_string_format",
|
||||
"return_type": "godot_string",
|
||||
|
||||
Reference in New Issue
Block a user