File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
tutorials/scripting/c_sharp Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,7 @@ absf Mathf.Abs
113113absi Mathf.Abs
114114acos Mathf.Acos
115115acosh Mathf.Acosh
116+ angle_difference Mathf.AngleDifference
116117asin Mathf.Asin
117118asinh Mathf.Asinh
118119atan Mathf.Atan
@@ -191,6 +192,7 @@ randomize GD.Randomize
191192remap Mathf.Remap
192193rid_allocate_id N/A
193194rid_from_int64 N/A
195+ rotate_toward Mathf.RotateToward
194196round Mathf.Round
195197roundf Mathf.Round
196198roundi Mathf.RoundToInt
@@ -210,6 +212,8 @@ str Use `$ string interpolation`_
210212str_to_var GD.StrToVar
211213tan Mathf.Tan
212214tanh Mathf.Tanh
215+ type_convert Variant.As<T> or GD.Convert
216+ type_string Variant.Type.ToString
213217typeof Variant.VariantType
214218var_to_bytes GD.VarToBytes
215219var_to_bytes_with_objects GD.VarToBytesWithObjects
@@ -433,6 +437,7 @@ path_join StringExtensions.PathJoin
433437repeat Use `string constructor `_ or a `StringBuilder `_
434438replace `string.Replace `_ or `RegEx `_
435439replacen StringExtensions.ReplaceN (Consider using `string.Replace `_ or `RegEx `_)
440+ reverse N/A
436441rfind StringExtensions.RFind (Consider using `string.LastIndexOf `_ or `string.LastIndexOfAny `_)
437442rfindn StringExtensions.RFindN (Consider using `string.LastIndexOf `_ or `string.LastIndexOfAny `_)
438443right StringExtensions.Right (Consider using `string.Substring `_ or `string.AsSpan `_)
You can’t perform that action at this time.
0 commit comments