3b9d5a7250
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
62 lines
2.3 KiB
Plaintext
62 lines
2.3 KiB
Plaintext
{
|
|
"entries": [
|
|
{
|
|
"base": "UiButtonBus",
|
|
"context": "EBusSender",
|
|
"variant": "",
|
|
"details": {
|
|
"name": "UI Button",
|
|
"category": "UI"
|
|
},
|
|
"methods": [
|
|
{
|
|
"base": "GetOnClickActionName",
|
|
"entry": {
|
|
"name": "In",
|
|
"tooltip": "When signaled, this will invoke Get On Click Action Name"
|
|
},
|
|
"exit": {
|
|
"name": "Out",
|
|
"tooltip": "Signaled after Get On Click Action Name is invoked"
|
|
},
|
|
"details": {
|
|
"name": "Get On Click Action Name",
|
|
"tooltip": "Gets the name of the action triggered when the button is released"
|
|
},
|
|
"results": [
|
|
{
|
|
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
|
|
"details": {
|
|
"name": "Name"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"base": "SetOnClickActionName",
|
|
"entry": {
|
|
"name": "In",
|
|
"tooltip": "When signaled, this will invoke Set On Click Action Name"
|
|
},
|
|
"exit": {
|
|
"name": "Out",
|
|
"tooltip": "Signaled after Set On Click Action Name is invoked"
|
|
},
|
|
"details": {
|
|
"name": "Set On Click Action Name",
|
|
"tooltip": "Sets the name of the action triggered when the button is released"
|
|
},
|
|
"params": [
|
|
{
|
|
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
|
|
"details": {
|
|
"name": "Name",
|
|
"tooltip": "The name of the action triggered when the button is released"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |