Integrating github/staging through commit ab87ed9
This commit is contained in:
+6
@@ -7,6 +7,12 @@
|
||||
Uuid="{8481E892-DE37-4CCF-86AA-E4770DE90643}"
|
||||
Base="ScriptCanvas::Node"
|
||||
Category="String"
|
||||
|
||||
Deprecated="True"
|
||||
DeprecationUUID="{E42861BD-1956-45AE-8DD7-CCFC1E3E5ACF}"
|
||||
ReplacementClassName="String"
|
||||
ReplacementMethodName="Contains String"
|
||||
|
||||
Version="0"
|
||||
GeneratePropertyFriend="True"
|
||||
Description="Checks if a string contains an instance of a specified string, if true, it returns the index to the first instance matched.">
|
||||
|
||||
+4
@@ -8,6 +8,10 @@
|
||||
Base="ScriptCanvas::Node"
|
||||
Category="String"
|
||||
Version="0"
|
||||
Deprecated="True"
|
||||
DeprecationUUID="{E42861BD-1956-45AE-8DD7-CCFC1E3E5ACF}"
|
||||
ReplacementClassName="String"
|
||||
ReplacementMethodName="Replace"
|
||||
GeneratePropertyFriend="True"
|
||||
Description="Allows replacing a substring from a given string.">
|
||||
<In Name="In" Description="Input signal"/>
|
||||
|
||||
+16
@@ -8,6 +8,10 @@
|
||||
Base="ScriptCanvas::Node"
|
||||
Category="String"
|
||||
Version="0"
|
||||
Deprecated="True"
|
||||
DeprecationUUID="{E42861BD-1956-45AE-8DD7-CCFC1E3E5ACF}"
|
||||
ReplacementClassName="String"
|
||||
ReplacementMethodName="Starts With"
|
||||
GeneratePropertyFriend="True"
|
||||
Description=".">
|
||||
<In Name="In" Description="Input signal"/>
|
||||
@@ -36,6 +40,10 @@
|
||||
Uuid="{6C1CECA6-C155-4ED5-96BC-1D4F11C7A0FE}"
|
||||
Base="ScriptCanvas::Node"
|
||||
Category="String"
|
||||
Deprecated="True"
|
||||
DeprecationUUID="{E42861BD-1956-45AE-8DD7-CCFC1E3E5ACF}"
|
||||
ReplacementClassName="String"
|
||||
ReplacementMethodName="Ends With"
|
||||
Version="0"
|
||||
GeneratePropertyFriend="True"
|
||||
Description=".">
|
||||
@@ -66,6 +74,10 @@
|
||||
Base="ScriptCanvas::Node"
|
||||
Category="String"
|
||||
Version="0"
|
||||
Deprecated="True"
|
||||
DeprecationUUID="{E42861BD-1956-45AE-8DD7-CCFC1E3E5ACF}"
|
||||
ReplacementClassName="String"
|
||||
ReplacementMethodName="Split"
|
||||
GeneratePropertyFriend="True"
|
||||
Description=".">
|
||||
<In Name="In" Description="Input signal"/>
|
||||
@@ -94,6 +106,10 @@
|
||||
Base="ScriptCanvas::Node"
|
||||
Category="String"
|
||||
Version="0"
|
||||
Deprecated="True"
|
||||
DeprecationUUID="{E42861BD-1956-45AE-8DD7-CCFC1E3E5ACF}"
|
||||
ReplacementClassName="String"
|
||||
ReplacementMethodName="Join"
|
||||
GeneratePropertyFriend="True"
|
||||
Description=".">
|
||||
<In Name="In" Description="Input signal"/>
|
||||
|
||||
Reference in New Issue
Block a user