From f02d92e5d9bdee1c9b78830cccb8d5b19519e26d Mon Sep 17 00:00:00 2001 From: lsemp3d <58790905+lsemp3d@users.noreply.github.com> Date: Tue, 16 Nov 2021 14:00:32 -0800 Subject: [PATCH] Updated node names & categories Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com> --- .../Classes/MultiplayerSystemComponent.names | 47 ++++ .../Classes/NetBindComponent.names | 147 ++++++++++++ .../TranslationAssets/Classes/UiAnchors.names | 220 +++++++++++++++--- .../NavigationComponentRequestBus.names | 60 ++--- .../Nodes/Math_MultiplyAndAdd.names | 21 +- .../Nodes/Math_StringToNumber.names | 15 +- .../Nodes/Nodeables_Duration.names | 5 +- .../Nodes/Nodeables_Repeater.names | 5 +- .../Nodes/Nodeables_TimeDelay.names | 5 +- 9 files changed, 434 insertions(+), 91 deletions(-) create mode 100644 Gems/ScriptCanvas/Assets/TranslationAssets/Classes/MultiplayerSystemComponent.names create mode 100644 Gems/ScriptCanvas/Assets/TranslationAssets/Classes/NetBindComponent.names diff --git a/Gems/ScriptCanvas/Assets/TranslationAssets/Classes/MultiplayerSystemComponent.names b/Gems/ScriptCanvas/Assets/TranslationAssets/Classes/MultiplayerSystemComponent.names new file mode 100644 index 0000000000..cfa35a377f --- /dev/null +++ b/Gems/ScriptCanvas/Assets/TranslationAssets/Classes/MultiplayerSystemComponent.names @@ -0,0 +1,47 @@ +{ + "entries": [ + { + "key": "MultiplayerSystemComponent", + "context": "BehaviorClass", + "variant": "", + "details": { + "name": "Multiplayer" + }, + "methods": [ + { + "key": "GetOnClientDisconnectedEvent", + "context": "MultiplayerSystemComponent", + "entry": { + "name": "In", + "tooltip": "When signaled, this will invoke Get On Client Disconnected Event" + }, + "exit": { + "name": "Out", + "tooltip": "Signaled after Get On Client Disconnected Event is invoked" + }, + "details": { + "name": "Get On Client Disconnected Event", + "category": "Other" + }, + "params": [ + { + "typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}", + "details": { + "name": "Entity Id", + "tooltip": "Entity Unique Id" + } + } + ], + "results": [ + { + "typeid": "{F429F985-AF00-529B-8449-16E56694E5F9}", + "details": { + "name": "Event" + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/Gems/ScriptCanvas/Assets/TranslationAssets/Classes/NetBindComponent.names b/Gems/ScriptCanvas/Assets/TranslationAssets/Classes/NetBindComponent.names new file mode 100644 index 0000000000..5fe51e3a68 --- /dev/null +++ b/Gems/ScriptCanvas/Assets/TranslationAssets/Classes/NetBindComponent.names @@ -0,0 +1,147 @@ +{ + "entries": [ + { + "key": "NetBindComponent", + "context": "BehaviorClass", + "variant": "", + "details": { + "name": "Net Entity", + "category": "Multiplayer" + }, + "methods": [ + { + "key": "IsNetEntityRoleAuthority", + "context": "NetBindComponent", + "entry": { + "name": "In", + "tooltip": "When signaled, this will invoke Is Net Entity Role Authority" + }, + "exit": { + "name": "Out", + "tooltip": "Signaled after Is Net Entity Role Authority is invoked" + }, + "details": { + "name": "Is Role Authority", + "category": "Other" + }, + "params": [ + { + "typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}", + "details": { + "name": "Entity Id", + "tooltip": "Entity Unique Id" + } + } + ], + "results": [ + { + "typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}", + "details": { + "name": "Is Role Authority" + } + } + ] + }, + { + "key": "IsNetEntityRoleAutonomous", + "context": "NetBindComponent", + "entry": { + "name": "In", + "tooltip": "When signaled, this will invoke IsNetEntityRoleAutonomous" + }, + "exit": { + "name": "Out", + "tooltip": "Signaled after Is Net Entity Role Autonomous is invoked" + }, + "details": { + "name": "Is Role Autonomous", + "category": "Other" + }, + "params": [ + { + "typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}", + "details": { + "name": "Entity Id", + "tooltip": "Entity Unique Id" + } + } + ], + "results": [ + { + "typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}", + "details": { + "name": "Is Role Autonomous" + } + } + ] + }, + { + "key": "IsNetEntityRoleClient", + "context": "NetBindComponent", + "entry": { + "name": "In", + "tooltip": "When signaled, this will invoke Is Role Client" + }, + "exit": { + "name": "Out", + "tooltip": "Signaled after Is Role Client is invoked" + }, + "details": { + "name": "Is Role Client", + "category": "Other" + }, + "params": [ + { + "typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}", + "details": { + "name": "Entity Id", + "tooltip": "Entity Unique Id" + } + } + ], + "results": [ + { + "typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}", + "details": { + "name": "Is Role Client" + } + } + ] + }, + { + "key": "IsNetEntityRoleServer", + "context": "NetBindComponent", + "entry": { + "name": "In", + "tooltip": "When signaled, this will invoke Is Role Server" + }, + "exit": { + "name": "Out", + "tooltip": "Signaled after Is Role Server is invoked" + }, + "details": { + "name": "Is Role Server", + "category": "Other" + }, + "params": [ + { + "typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}", + "details": { + "name": "Entity Id", + "tooltip": "Entity Unique Id" + } + } + ], + "results": [ + { + "typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}", + "details": { + "name": "Is Role Server" + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/Gems/ScriptCanvas/Assets/TranslationAssets/Classes/UiAnchors.names b/Gems/ScriptCanvas/Assets/TranslationAssets/Classes/UiAnchors.names index fce8a21930..9adfa70b6e 100644 --- a/Gems/ScriptCanvas/Assets/TranslationAssets/Classes/UiAnchors.names +++ b/Gems/ScriptCanvas/Assets/TranslationAssets/Classes/UiAnchors.names @@ -5,8 +5,7 @@ "context": "BehaviorClass", "variant": "", "details": { - "name": "UI Anchors", - "category": "UI" + "name": "UiAnchors" }, "methods": [ { @@ -22,21 +21,19 @@ }, "details": { "name": "UiAnchors::SetBottom", - "category": "UI" + "category": "Other" }, "params": [ { "typeid": "{65D4346C-FB16-4CB0-9BDC-1185B122C4A9}", "details": { - "name": "Anchors", - "tooltip": "The anchors for which to set the bottom anchor" + "name": "Anchors*" } }, { "typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}", "details": { - "name": "Bottom", - "tooltip": "The bottom anchor [0-1]" + "name": "float" } } ] @@ -54,21 +51,19 @@ }, "details": { "name": "UiAnchors::SetRight", - "category": "UI" + "category": "Other" }, "params": [ { "typeid": "{65D4346C-FB16-4CB0-9BDC-1185B122C4A9}", "details": { - "name": "Anchors", - "tooltip": "The anchors for which to set the right anchor" + "name": "Anchors*" } }, { "typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}", "details": { - "name": "Right", - "tooltip": "The right anchor [0-1]" + "name": "float" } } ] @@ -86,21 +81,19 @@ }, "details": { "name": "UiAnchors::SetTop", - "category": "UI" + "category": "Other" }, "params": [ { "typeid": "{65D4346C-FB16-4CB0-9BDC-1185B122C4A9}", "details": { - "name": "Anchors", - "tooltip": "The anchors for which to set the top anchor" + "name": "Anchors*" } }, { "typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}", "details": { - "name": "Top", - "tooltip": "The top anchor [0-1]" + "name": "float" } } ] @@ -118,21 +111,19 @@ }, "details": { "name": "UiAnchors::SetLeft", - "category": "UI" + "category": "Other" }, "params": [ { "typeid": "{65D4346C-FB16-4CB0-9BDC-1185B122C4A9}", "details": { - "name": "Anchors", - "tooltip": "The anchors for which to set the left anchor" + "name": "Anchors*" } }, { "typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}", "details": { - "name": "Left", - "tooltip": "The left anchor [0-1]" + "name": "float" } } ] @@ -150,42 +141,205 @@ }, "details": { "name": "UiAnchors::SetAnchors", - "category": "UI" + "category": "Other" }, "params": [ { "typeid": "{65D4346C-FB16-4CB0-9BDC-1185B122C4A9}", "details": { - "name": "Anchors", - "tooltip": "The anchors to set" + "name": "Anchors*" } }, { "typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}", "details": { - "name": "Left", - "tooltip": "The left anchor [0-1]" + "name": "float" } }, { "typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}", "details": { - "name": "Top", - "tooltip": "The top anchor [0-1]" + "name": "float" } }, { "typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}", "details": { - "name": "Right", - "tooltip": "The right anchor [0-1]" + "name": "float" } }, { "typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}", "details": { - "name": "Bottom", - "tooltip": "The bottom anchor [0-1]" + "name": "float" + } + } + ] + }, + { + "key": "left", + "details": { + "name": "UiAnchors::left::Getter" + }, + "params": [ + { + "typeid": "{65D4346C-FB16-4CB0-9BDC-1185B122C4A9}", + "details": { + "name": "Anchors*" + } + } + ], + "results": [ + { + "typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}", + "details": { + "name": "float&" + } + } + ] + }, + { + "key": "left", + "details": { + "name": "UiAnchors::left::Setter" + }, + "params": [ + { + "typeid": "{65D4346C-FB16-4CB0-9BDC-1185B122C4A9}", + "details": { + "name": "Anchors*" + } + }, + { + "typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}", + "details": { + "name": "const float&" + } + } + ] + }, + { + "key": "top", + "details": { + "name": "UiAnchors::top::Getter" + }, + "params": [ + { + "typeid": "{65D4346C-FB16-4CB0-9BDC-1185B122C4A9}", + "details": { + "name": "Anchors*" + } + } + ], + "results": [ + { + "typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}", + "details": { + "name": "float&" + } + } + ] + }, + { + "key": "top", + "details": { + "name": "UiAnchors::top::Setter" + }, + "params": [ + { + "typeid": "{65D4346C-FB16-4CB0-9BDC-1185B122C4A9}", + "details": { + "name": "Anchors*" + } + }, + { + "typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}", + "details": { + "name": "const float&" + } + } + ] + }, + { + "key": "right", + "details": { + "name": "UiAnchors::right::Getter" + }, + "params": [ + { + "typeid": "{65D4346C-FB16-4CB0-9BDC-1185B122C4A9}", + "details": { + "name": "Anchors*" + } + } + ], + "results": [ + { + "typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}", + "details": { + "name": "float&" + } + } + ] + }, + { + "key": "right", + "details": { + "name": "UiAnchors::right::Setter" + }, + "params": [ + { + "typeid": "{65D4346C-FB16-4CB0-9BDC-1185B122C4A9}", + "details": { + "name": "Anchors*" + } + }, + { + "typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}", + "details": { + "name": "const float&" + } + } + ] + }, + { + "key": "bottom", + "details": { + "name": "UiAnchors::bottom::Getter" + }, + "params": [ + { + "typeid": "{65D4346C-FB16-4CB0-9BDC-1185B122C4A9}", + "details": { + "name": "Anchors*" + } + } + ], + "results": [ + { + "typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}", + "details": { + "name": "float&" + } + } + ] + }, + { + "key": "bottom", + "details": { + "name": "UiAnchors::bottom::Setter" + }, + "params": [ + { + "typeid": "{65D4346C-FB16-4CB0-9BDC-1185B122C4A9}", + "details": { + "name": "Anchors*" + } + }, + { + "typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}", + "details": { + "name": "const float&" } } ] diff --git a/Gems/ScriptCanvas/Assets/TranslationAssets/EBus/Senders/NavigationComponentRequestBus.names b/Gems/ScriptCanvas/Assets/TranslationAssets/EBus/Senders/NavigationComponentRequestBus.names index 0d13037335..88b015bda8 100644 --- a/Gems/ScriptCanvas/Assets/TranslationAssets/EBus/Senders/NavigationComponentRequestBus.names +++ b/Gems/ScriptCanvas/Assets/TranslationAssets/EBus/Senders/NavigationComponentRequestBus.names @@ -5,27 +5,29 @@ "context": "EBusSender", "variant": "", "details": { - "name": "NavigationComponentRequestBus" + "name": "Movement", + "category": "Navigation" }, "methods": [ { "key": "SetAgentSpeed", "entry": { "name": "In", - "tooltip": "When signaled, this will invoke SetAgentSpeed" + "tooltip": "When signaled, this will invoke Set Agent Speed" }, "exit": { "name": "Out", - "tooltip": "Signaled after SetAgentSpeed is invoked" + "tooltip": "Signaled after Set Agent Speed is invoked" }, "details": { - "name": "SetAgentSpeed" + "name": "Set Agent Speed" }, "params": [ { "typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}", "details": { - "name": "float" + "name": "Speed", + "tooltip": "The agent speed in meters per second" } } ] @@ -34,20 +36,21 @@ "key": "SetAgentMovementMethod", "entry": { "name": "In", - "tooltip": "When signaled, this will invoke SetAgentMovementMethod" + "tooltip": "When signaled, this will invoke Set Agent Movement Method" }, "exit": { "name": "Out", - "tooltip": "Signaled after SetAgentMovementMethod is invoked" + "tooltip": "Signaled after Set Agent Movement Method is invoked" }, "details": { - "name": "SetAgentMovementMethod" + "name": "Set Agent Movement Method" }, "params": [ { "typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}", "details": { - "name": "int" + "name": "Method", + "tooltip": "0: Transform, 1: Physics, 2: Custom" } } ] @@ -63,13 +66,13 @@ "tooltip": "Signaled after GetAgentSpeed is invoked" }, "details": { - "name": "GetAgentSpeed" + "name": "Get Agent Speed" }, "results": [ { "typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}", "details": { - "name": "float" + "name": "Speed" } } ] @@ -78,20 +81,21 @@ "key": "FindPathToPosition", "entry": { "name": "In", - "tooltip": "When signaled, this will invoke FindPathToPosition" + "tooltip": "When signaled, this will invoke Find Path To Position" }, "exit": { "name": "Out", - "tooltip": "Signaled after FindPathToPosition is invoked" + "tooltip": "Signaled after Find Path To Position is invoked" }, "details": { - "name": "FindPathToPosition" + "name": "Find Path To Position" }, "params": [ { "typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}", "details": { - "name": "Vector3" + "name": "Position", + "tooltip": "The position to navigate to" } } ], @@ -99,7 +103,7 @@ { "typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}", "details": { - "name": "unsigned int" + "name": "Request Id" } } ] @@ -121,7 +125,8 @@ { "typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}", "details": { - "name": "unsigned int" + "name": "Request Id", + "tooltip": "The request Id of the navigation process to stop" } } ] @@ -130,21 +135,21 @@ "key": "FindPathToEntity", "entry": { "name": "In", - "tooltip": "When signaled, this will invoke FindPathToEntity" + "tooltip": "When signaled, this will invoke Find Path To Entity" }, "exit": { "name": "Out", - "tooltip": "Signaled after FindPathToEntity is invoked" + "tooltip": "Signaled after Find Path To Entity is invoked" }, "details": { - "name": "FindPathToEntity" + "name": "Find Path To Entity" }, "params": [ { "typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}", "details": { - "name": "EntityId", - "tooltip": "Entity Unique Id" + "name": "Entity Id", + "tooltip": "The entity to follow" } } ], @@ -152,7 +157,7 @@ { "typeid": "{43DA906B-7DEF-4CA8-9790-854106D3F983}", "details": { - "name": "unsigned int" + "name": "Request Id" } } ] @@ -161,20 +166,21 @@ "key": "GetAgentMovementMethod", "entry": { "name": "In", - "tooltip": "When signaled, this will invoke GetAgentMovementMethod" + "tooltip": "When signaled, this will invoke Get Agent Movement Method" }, "exit": { "name": "Out", - "tooltip": "Signaled after GetAgentMovementMethod is invoked" + "tooltip": "Signaled after Get Agent Movement Method is invoked" }, "details": { - "name": "GetAgentMovementMethod" + "name": "Get Agent Movement Method" }, "results": [ { "typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}", "details": { - "name": "int" + "name": "Method", + "tooltip": "0: Transform, 1: Physics, 2: Custom" } } ] diff --git a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/Math_MultiplyAndAdd.names b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/Math_MultiplyAndAdd.names index 19532b0a5a..accfab49fc 100644 --- a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/Math_MultiplyAndAdd.names +++ b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/Math_MultiplyAndAdd.names @@ -5,9 +5,8 @@ "context": "ScriptCanvas::Node", "variant": "", "details": { - "name": "MultiplyAndAdd", - "category": "Math", - "subtitle": "Math" + "name": "Multiply And Add", + "category": "Math" }, "slots": [ { @@ -23,27 +22,27 @@ } }, { - "key": "DataInput_Number: Multiplicand", + "key": "DataInput_Multiplicand", "details": { - "name": "Number: Multiplicand" + "name": "Multiplicand" } }, { - "key": "DataInput_Number: Multiplier", + "key": "DataInput_Multiplier", "details": { - "name": "Number: Multiplier" + "name": "Multiplier" } }, { - "key": "DataInput_Number: Addend", + "key": "DataInput_Addend", "details": { - "name": "Number: Addend" + "name": "Addend" } }, { - "key": "DataOutput_Result: Number", + "key": "DataOutput_Result", "details": { - "name": "Result: Number" + "name": "Result" } } ] diff --git a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/Math_StringToNumber.names b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/Math_StringToNumber.names index c23f7dcb4b..e6423917de 100644 --- a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/Math_StringToNumber.names +++ b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/Math_StringToNumber.names @@ -5,10 +5,9 @@ "context": "ScriptCanvas::Node", "variant": "", "details": { - "name": "StringToNumber", + "name": "String To Number", "category": "Math", - "tooltip": "Converts the given string to it's numeric representation if possible.", - "subtitle": "Math" + "tooltip": "Converts the given string to it's numeric representation if possible." }, "slots": [ { @@ -24,15 +23,9 @@ } }, { - "key": "DataInput_String: ", + "key": "DataOutput_Result", "details": { - "name": "String: " - } - }, - { - "key": "DataOutput_Result: Number", - "details": { - "name": "Result: Number" + "name": "Result" } } ] diff --git a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/Nodeables_Duration.names b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/Nodeables_Duration.names index b789413cc4..67aca7a003 100644 --- a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/Nodeables_Duration.names +++ b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/Nodeables_Duration.names @@ -6,9 +6,8 @@ "variant": "", "details": { "name": "Duration", - "category": "Nodeables", - "tooltip": "Triggers a signal every frame during the specified duration.", - "subtitle": "Nodeables" + "category": "Timing", + "tooltip": "Triggers a signal every frame during the specified duration." }, "slots": [ { diff --git a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/Nodeables_Repeater.names b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/Nodeables_Repeater.names index af5cf38a81..7f2fe575d7 100644 --- a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/Nodeables_Repeater.names +++ b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/Nodeables_Repeater.names @@ -6,9 +6,8 @@ "variant": "", "details": { "name": "Repeater", - "category": "Nodeables", - "tooltip": "Repeats the output signal the given number of times using the specified delay to space the signals out.", - "subtitle": "Nodeables" + "category": "Timing", + "tooltip": "Repeats the output signal the given number of times using the specified delay to space the signals out." }, "slots": [ { diff --git a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/Nodeables_TimeDelay.names b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/Nodeables_TimeDelay.names index 821329bfd5..b17bebdcfc 100644 --- a/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/Nodeables_TimeDelay.names +++ b/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/Nodeables_TimeDelay.names @@ -6,9 +6,8 @@ "variant": "", "details": { "name": "TimeDelay", - "category": "Nodeables", - "tooltip": "Delays all incoming execution for the specified number of ticks", - "subtitle": "Nodeables" + "category": "Timing", + "tooltip": "Delays all incoming execution for the specified number of ticks" }, "slots": [ {