3b9d5a7250
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
322 lines
13 KiB
Plaintext
322 lines
13 KiB
Plaintext
{
|
|
"entries": [
|
|
{
|
|
"base": "UiCheckboxBus",
|
|
"context": "EBusSender",
|
|
"variant": "",
|
|
"details": {
|
|
"name": "UI Checkbox",
|
|
"category": "UI"
|
|
},
|
|
"methods": [
|
|
{
|
|
"base": "SetChangedActionName",
|
|
"entry": {
|
|
"name": "In",
|
|
"tooltip": "When signaled, this will invoke Set Changed Action Name"
|
|
},
|
|
"exit": {
|
|
"name": "Out",
|
|
"tooltip": "Signaled after Set Changed Action Name is invoked"
|
|
},
|
|
"details": {
|
|
"name": "Set Changed Action Name",
|
|
"tooltip": "Sets the name of the action triggered when the checkbox state changes"
|
|
},
|
|
"params": [
|
|
{
|
|
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
|
|
"details": {
|
|
"name": "Name",
|
|
"tooltip": "The name of the action triggered when the checkbox state changes"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"base": "GetChangedActionName",
|
|
"entry": {
|
|
"name": "In",
|
|
"tooltip": "When signaled, this will invoke Get Changed Action Name"
|
|
},
|
|
"exit": {
|
|
"name": "Out",
|
|
"tooltip": "Signaled after Get Changed Action Name is invoked"
|
|
},
|
|
"details": {
|
|
"name": "Get Changed Action Name",
|
|
"tooltip": "Gets the name of the action triggered when the checkbox state changes"
|
|
},
|
|
"results": [
|
|
{
|
|
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
|
|
"details": {
|
|
"name": "AZStd::string"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"base": "SetCheckedEntity",
|
|
"entry": {
|
|
"name": "In",
|
|
"tooltip": "When signaled, this will invoke Set Checked Entity"
|
|
},
|
|
"exit": {
|
|
"name": "Out",
|
|
"tooltip": "Signaled after Set Checked Entity is invoked"
|
|
},
|
|
"details": {
|
|
"name": "Set Checked Entity",
|
|
"tooltip": "Sets the child element to show when the checkbox is checked"
|
|
},
|
|
"params": [
|
|
{
|
|
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
|
|
"details": {
|
|
"name": "Checked EntityID",
|
|
"tooltip": "The child element to show when the checkbox is checked"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"base": "SetUncheckedEntity",
|
|
"entry": {
|
|
"name": "In",
|
|
"tooltip": "When signaled, this will invoke Set Unchecked Entity"
|
|
},
|
|
"exit": {
|
|
"name": "Out",
|
|
"tooltip": "Signaled after Set Unchecked Entity is invoked"
|
|
},
|
|
"details": {
|
|
"name": "Set Unchecked Entity",
|
|
"tooltip": "Sets the child element to show when the checkbox is unchecked"
|
|
},
|
|
"params": [
|
|
{
|
|
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
|
|
"details": {
|
|
"name": "Unchecked EntityID",
|
|
"tooltip": "The child element to show when the checkbox is unchecked"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"base": "SetTurnOnActionName",
|
|
"entry": {
|
|
"name": "In",
|
|
"tooltip": "When signaled, this will invoke Set Turn On Action Name"
|
|
},
|
|
"exit": {
|
|
"name": "Out",
|
|
"tooltip": "Signaled after Set Turn On Action Name is invoked"
|
|
},
|
|
"details": {
|
|
"name": "Set Turn On Action Name",
|
|
"tooltip": "Sets the name of the action triggered when the checkbox is checked"
|
|
},
|
|
"params": [
|
|
{
|
|
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
|
|
"details": {
|
|
"name": "Name",
|
|
"tooltip": "The name of the action triggered when the checkbox is checked"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"base": "GetTurnOffActionName",
|
|
"entry": {
|
|
"name": "In",
|
|
"tooltip": "When signaled, this will invoke Get Turn Off Action Name"
|
|
},
|
|
"exit": {
|
|
"name": "Out",
|
|
"tooltip": "Signaled after Get Turn Off Action Name is invoked"
|
|
},
|
|
"details": {
|
|
"name": "Get Turn Off Action Name",
|
|
"tooltip": "Gets the name of the action triggered when the checkbox is unchecked"
|
|
},
|
|
"results": [
|
|
{
|
|
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
|
|
"details": {
|
|
"name": "AZStd::string"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"base": "SetState",
|
|
"entry": {
|
|
"name": "In",
|
|
"tooltip": "When signaled, this will invoke Set State"
|
|
},
|
|
"exit": {
|
|
"name": "Out",
|
|
"tooltip": "Signaled after Set State is invoked"
|
|
},
|
|
"details": {
|
|
"name": "Set State",
|
|
"tooltip": "Sets whether the checkbox is checked"
|
|
},
|
|
"params": [
|
|
{
|
|
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
|
|
"details": {
|
|
"name": "Checked",
|
|
"tooltip": "Indicates whether the checkbox is checked"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"base": "ToggleState",
|
|
"entry": {
|
|
"name": "In",
|
|
"tooltip": "When signaled, this will invoke Toggle State"
|
|
},
|
|
"exit": {
|
|
"name": "Out",
|
|
"tooltip": "Signaled after Toggle State is invoked"
|
|
},
|
|
"details": {
|
|
"name": "Toggle State",
|
|
"tooltip": "Toggles the checked/unchecked state of the checkbox"
|
|
},
|
|
"results": [
|
|
{
|
|
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
|
|
"details": {
|
|
"name": "bool"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"base": "GetState",
|
|
"entry": {
|
|
"name": "In",
|
|
"tooltip": "When signaled, this will invoke Get State"
|
|
},
|
|
"exit": {
|
|
"name": "Out",
|
|
"tooltip": "Signaled after Get State is invoked"
|
|
},
|
|
"details": {
|
|
"name": "Get State",
|
|
"tooltip": "Returns whether the checkbox is checked"
|
|
},
|
|
"results": [
|
|
{
|
|
"typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}",
|
|
"details": {
|
|
"name": "bool"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"base": "GetCheckedEntity",
|
|
"entry": {
|
|
"name": "In",
|
|
"tooltip": "When signaled, this will invoke Get Checked Entity"
|
|
},
|
|
"exit": {
|
|
"name": "Out",
|
|
"tooltip": "Signaled after Get Checked Entity is invoked"
|
|
},
|
|
"details": {
|
|
"name": "Get Checked Entity",
|
|
"tooltip": "Gets the child element that is shown when the checkbox is checked"
|
|
},
|
|
"results": [
|
|
{
|
|
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
|
|
"details": {
|
|
"name": "EntityId",
|
|
"tooltip": "Entity Unique Id"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"base": "GetUncheckedEntity",
|
|
"entry": {
|
|
"name": "In",
|
|
"tooltip": "When signaled, this will invoke Get Unchecked Entity"
|
|
},
|
|
"exit": {
|
|
"name": "Out",
|
|
"tooltip": "Signaled after Get Unchecked Entity is invoked"
|
|
},
|
|
"details": {
|
|
"name": "Get Unchecked Entity",
|
|
"tooltip": "Gets the child element that is shown when the checkbox is unchecked"
|
|
},
|
|
"results": [
|
|
{
|
|
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
|
|
"details": {
|
|
"name": "EntityId",
|
|
"tooltip": "Entity Unique Id"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"base": "GetTurnOnActionName",
|
|
"entry": {
|
|
"name": "In",
|
|
"tooltip": "When signaled, this will invoke Get Turn On Action Name"
|
|
},
|
|
"exit": {
|
|
"name": "Out",
|
|
"tooltip": "Signaled after Get Turn On Action Name is invoked"
|
|
},
|
|
"details": {
|
|
"name": "Get Turn On Action Name",
|
|
"tooltip": "Gets the name of the action triggered when the checkbox is checked"
|
|
},
|
|
"results": [
|
|
{
|
|
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
|
|
"details": {
|
|
"name": "AZStd::string"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"base": "SetTurnOffActionName",
|
|
"entry": {
|
|
"name": "In",
|
|
"tooltip": "When signaled, this will invoke Set Turn Off Action Name"
|
|
},
|
|
"exit": {
|
|
"name": "Out",
|
|
"tooltip": "Signaled after Set Turn Off Action Name is invoked"
|
|
},
|
|
"details": {
|
|
"name": "Set Turn Off Action Name",
|
|
"tooltip": "Sets the name of the action triggered when the checkbox is unchecked"
|
|
},
|
|
"params": [
|
|
{
|
|
"typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}",
|
|
"details": {
|
|
"name": "Name",
|
|
"tooltip": "The name of the action triggered when the checkbox is unchecked"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |