Updated node names & categories

Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
This commit is contained in:
lsemp3d
2021-11-16 14:00:32 -08:00
parent 3a7105fd4c
commit f02d92e5d9
9 changed files with 434 additions and 91 deletions
@@ -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"
}
}
]
}
]
}
]
}
@@ -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"
}
}
]
}
]
}
]
}
@@ -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&"
}
}
]
@@ -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"
}
}
]
@@ -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"
}
}
]
@@ -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"
}
}
]
@@ -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": [
{
@@ -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": [
{
@@ -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": [
{