Remove String::find_last (same as rfind)
This commit is contained in:
parent
fd5b6e1db2
commit
929b98d24b
26 changed files with 41 additions and 80 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue