rj-action-library-godot-dev.../Scripts/Doc-Generator/Generated/ActionList.json

51 lines
1.2 KiB
JSON

{
"csNameSpace": "Rokojori",
"name": "ActionList",
"doc": "\n \n <title>\n Executes multiple actions (RJAction) at once.\n <\/title>\n \n <description>\n The ActionList, which is an RJAction itself, executes all actions stored in the member 'actions' and also child nodes \n that extend RJAction, when 'triggerDirectChildren' is checked.\n\n <\/description>\n\n ",
"icon": "RJActionList.svg",
"generics": [],
"extendingClasses": [
"RJAction",
"RJNetworkNode",
"Node",
"Object"
],
"memberInfos": [
{
"doc": "Actions to execute",
"memberType": "Field",
"name": "actions",
"dataType": "RJAction[]",
"csNameSpace": "Godot",
"modifiers": [
"public"
],
"generics": [],
"parameters": []
},
{
"doc": "Whether to execute RJAction child nodes",
"memberType": "Field",
"name": "triggerDirectChildren",
"dataType": "Boolean",
"csNameSpace": "System",
"modifiers": [
"public"
],
"generics": [],
"parameters": []
},
{
"doc": null,
"memberType": "Method",
"name": "_OnTrigger",
"dataType": "Void",
"csNameSpace": "System",
"modifiers": [
"public"
],
"generics": [],
"parameters": []
}
]
}