3b9d5a7250
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
203 lines
8.7 KiB
Plaintext
203 lines
8.7 KiB
Plaintext
{
|
|
"entries": [
|
|
{
|
|
"base": "UiInteractableActionsBus",
|
|
"context": "EBusSender",
|
|
"variant": "",
|
|
"details": {
|
|
"name": "UI Interactable Actions",
|
|
"category": "UI"
|
|
},
|
|
"methods": [
|
|
{
|
|
"base": "SetPressedActionName",
|
|
"entry": {
|
|
"name": "In",
|
|
"tooltip": "When signaled, this will invoke Set Pressed Action Name"
|
|
},
|
|
"exit": {
|
|
"name": "Out",
|
|
"tooltip": "Signaled after Set Pressed Action Name is invoked"
|
|
},
|
|
"details": {
|
|
"name": "Set Pressed Action Name",
|
|
"tooltip": "Sets the name of the action triggered when the interactive element is pressed"
|
|
},
|
|
"params": [
|
|
{
|
|
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
|
|
"details": {
|
|
"name": "Name",
|
|
"tooltip": "The name of the action triggered when the interactive element is pressed"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"base": "GetPressedActionName",
|
|
"entry": {
|
|
"name": "In",
|
|
"tooltip": "When signaled, this will invoke Get Pressed Action Name"
|
|
},
|
|
"exit": {
|
|
"name": "Out",
|
|
"tooltip": "Signaled after Get Pressed Action Name is invoked"
|
|
},
|
|
"details": {
|
|
"name": "Get Pressed Action Name",
|
|
"tooltip": "Gets the name of the action triggered when the interactive element is pressed"
|
|
},
|
|
"results": [
|
|
{
|
|
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
|
|
"details": {
|
|
"name": "AZStd::string"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"base": "GetHoverEndActionName",
|
|
"entry": {
|
|
"name": "In",
|
|
"tooltip": "When signaled, this will invoke Get Hover End Action Name"
|
|
},
|
|
"exit": {
|
|
"name": "Out",
|
|
"tooltip": "Signaled after Get Hover End Action Name is invoked"
|
|
},
|
|
"details": {
|
|
"name": "Get Hover End Action Name",
|
|
"tooltip": "Gets the name of the action triggered when the interactive element is done being hovered over"
|
|
},
|
|
"results": [
|
|
{
|
|
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
|
|
"details": {
|
|
"name": "AZStd::string"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"base": "SetHoverStartActionName",
|
|
"entry": {
|
|
"name": "In",
|
|
"tooltip": "When signaled, this will invoke Set Hover Start Action Name"
|
|
},
|
|
"exit": {
|
|
"name": "Out",
|
|
"tooltip": "Signaled after Set Hover Start Action Name is invoked"
|
|
},
|
|
"details": {
|
|
"name": "Set Hover Start Action Name",
|
|
"tooltip": "Sets the name of the action triggered when the interactive element starts being hovered over"
|
|
},
|
|
"params": [
|
|
{
|
|
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
|
|
"details": {
|
|
"name": "Name",
|
|
"tooltip": "The name of the action triggered when the interactive element starts being hovered over"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"base": "GetHoverStartActionName",
|
|
"entry": {
|
|
"name": "In",
|
|
"tooltip": "When signaled, this will invoke Get Hover Start Action Name"
|
|
},
|
|
"exit": {
|
|
"name": "Out",
|
|
"tooltip": "Signaled after Get Hover Start Action Name is invoked"
|
|
},
|
|
"details": {
|
|
"name": "Get Hover Start Action Name",
|
|
"tooltip": "Gets the name of the action triggered when the interactive element starts being hovered over"
|
|
},
|
|
"results": [
|
|
{
|
|
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
|
|
"details": {
|
|
"name": "AZStd::string"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"base": "SetHoverEndActionName",
|
|
"entry": {
|
|
"name": "In",
|
|
"tooltip": "When signaled, this will invoke Set Hover End Action Name"
|
|
},
|
|
"exit": {
|
|
"name": "Out",
|
|
"tooltip": "Signaled after Set Hover End Action Name is invoked"
|
|
},
|
|
"details": {
|
|
"name": "Set Hover End Action Name",
|
|
"tooltip": "Sets the name of the action triggered when the interactive element is done being hovered over"
|
|
},
|
|
"params": [
|
|
{
|
|
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
|
|
"details": {
|
|
"name": "Name",
|
|
"tooltip": "The name of the action triggered when the interactive element is done being hovered over"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"base": "GetReleasedActionName",
|
|
"entry": {
|
|
"name": "In",
|
|
"tooltip": "When signaled, this will invoke Get Released Action Name"
|
|
},
|
|
"exit": {
|
|
"name": "Out",
|
|
"tooltip": "Signaled after Get Released Action Name is invoked"
|
|
},
|
|
"details": {
|
|
"name": "Get Released Action Name",
|
|
"tooltip": "Gets the name of the action triggered when the interactive element is released"
|
|
},
|
|
"results": [
|
|
{
|
|
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
|
|
"details": {
|
|
"name": "AZStd::string"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"base": "SetReleasedActionName",
|
|
"entry": {
|
|
"name": "In",
|
|
"tooltip": "When signaled, this will invoke Set Released Action Name"
|
|
},
|
|
"exit": {
|
|
"name": "Out",
|
|
"tooltip": "Signaled after Set Released Action Name is invoked"
|
|
},
|
|
"details": {
|
|
"name": "Set Released Action Name",
|
|
"tooltip": "Sets the name of the action triggered when the interactive element is released"
|
|
},
|
|
"params": [
|
|
{
|
|
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
|
|
"details": {
|
|
"name": "Name",
|
|
"tooltip": "The name of the action triggered when the interactive element is released"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |