d30ac7cfa6
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
87 lines
3.2 KiB
Plaintext
87 lines
3.2 KiB
Plaintext
{
|
|
"entries": [
|
|
{
|
|
"base": "LookAt",
|
|
"context": "EBusSender",
|
|
"variant": "",
|
|
"details": {
|
|
"name": "Look At",
|
|
"category": "Gameplay"
|
|
},
|
|
"methods": [
|
|
{
|
|
"base": "SetTarget",
|
|
"entry": {
|
|
"name": "In",
|
|
"tooltip": "When signaled, this will invoke Set Target"
|
|
},
|
|
"exit": {
|
|
"name": "Out",
|
|
"tooltip": "Signaled after Set Target is invoked"
|
|
},
|
|
"details": {
|
|
"name": "Set Target",
|
|
"tooltip": "Set the entity to look at"
|
|
},
|
|
"params": [
|
|
{
|
|
"typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}",
|
|
"details": {
|
|
"name": "Target",
|
|
"tooltip": "The entity to look at"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"base": "SetTargetPosition",
|
|
"entry": {
|
|
"name": "In",
|
|
"tooltip": "When signaled, this will invoke Set Target Position"
|
|
},
|
|
"exit": {
|
|
"name": "Out",
|
|
"tooltip": "Signaled after Set Target Position is invoked"
|
|
},
|
|
"details": {
|
|
"name": "Set Target Position",
|
|
"tooltip": "Sets the target position to look at."
|
|
},
|
|
"params": [
|
|
{
|
|
"typeid": "{8379EB7D-01FA-4538-B64B-A6543B4BE73D}",
|
|
"details": {
|
|
"name": "Position",
|
|
"tooltip": "The position to look at"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"base": "SetAxis",
|
|
"entry": {
|
|
"name": "In",
|
|
"tooltip": "When signaled, this will invoke Set Axis"
|
|
},
|
|
"exit": {
|
|
"name": "Out",
|
|
"tooltip": "Signaled after Set Axis is invoked"
|
|
},
|
|
"details": {
|
|
"name": "Set Axis",
|
|
"tooltip": "Specify the forward axis to use as reference for the look at"
|
|
},
|
|
"params": [
|
|
{
|
|
"typeid": "{72B9409A-7D1A-4831-9CFE-FCB3FADD3426}",
|
|
"details": {
|
|
"name": "Axis",
|
|
"tooltip": "The forward axis to use as reference"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |