Script Canvas, replace the text replacement system to a JSON file based one (#5228)
It is now possible to right click on nodes on the node palette to navigate to the file that holds the text data for any given node, this way it is easy to update and improve the naming of titles, subtitles, categories, tool tips and slots.
This commit is contained in:
+104
@@ -0,0 +1,104 @@
|
||||
{
|
||||
"entries": [
|
||||
{
|
||||
"key": "SpawnerComponentNotificationBus",
|
||||
"context": "EBusHandler",
|
||||
"variant": "",
|
||||
"details": {
|
||||
"name": "Spawner",
|
||||
"category": "Gameplay"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"key": "OnSpawnBegin",
|
||||
"details": {
|
||||
"name": "On Spawn Begin",
|
||||
"tooltip": "Notifies when the spawn starts"
|
||||
},
|
||||
"params": [
|
||||
{
|
||||
"typeid": "{E6E7C0C5-07C9-44BB-A38C-930431948667}",
|
||||
"details": {
|
||||
"name": "Slice",
|
||||
"tooltip": "Slice instance from the spawn event"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "OnSpawnEnd",
|
||||
"details": {
|
||||
"name": "On Spawn End",
|
||||
"tooltip": "Notifies when the spawn completes"
|
||||
},
|
||||
"params": [
|
||||
{
|
||||
"typeid": "{E6E7C0C5-07C9-44BB-A38C-930431948667}",
|
||||
"details": {
|
||||
"name": "Slice",
|
||||
"tooltip": "Slice instance from the spawn event"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "OnEntitySpawned",
|
||||
"details": {
|
||||
"name": "On Entity Spawned",
|
||||
"tooltip": "Notify that an entity has spawned, will be called once for each entity spawned in a slice"
|
||||
},
|
||||
"params": [
|
||||
{
|
||||
"typeid": "{E6E7C0C5-07C9-44BB-A38C-930431948667}",
|
||||
"details": {
|
||||
"name": "Slice",
|
||||
"tooltip": "Slice instance from the spawn event"
|
||||
}
|
||||
},
|
||||
{
|
||||
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
|
||||
"details": {
|
||||
"name": "Entity",
|
||||
"tooltip": "EntityID of the spawned entity, for each spawned entity"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "OnSpawnedSliceDestroyed",
|
||||
"details": {
|
||||
"name": "OnSpawnedSliceDestroyed"
|
||||
},
|
||||
"params": [
|
||||
{
|
||||
"typeid": "{E6E7C0C5-07C9-44BB-A38C-930431948667}",
|
||||
"details": {
|
||||
"name": "SliceInstantiationTicket"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "OnEntitiesSpawned",
|
||||
"details": {
|
||||
"name": "OnEntitiesSpawned"
|
||||
},
|
||||
"params": [
|
||||
{
|
||||
"typeid": "{E6E7C0C5-07C9-44BB-A38C-930431948667}",
|
||||
"details": {
|
||||
"name": "SliceInstantiationTicket"
|
||||
}
|
||||
},
|
||||
{
|
||||
"typeid": "{4841CFF0-7A5C-519C-BD16-D3625E99605E}",
|
||||
"details": {
|
||||
"name": "AZStd::vector"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user