d30ac7cfa6
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
54 lines
2.0 KiB
Plaintext
54 lines
2.0 KiB
Plaintext
{
|
|
"entries": [
|
|
{
|
|
"base": "TickBus",
|
|
"context": "EBusHandler",
|
|
"variant": "",
|
|
"details": {
|
|
"name": "Tick",
|
|
"category": "Timing"
|
|
},
|
|
"methods": [
|
|
{
|
|
"base": "OnTick",
|
|
"details": {
|
|
"name": "On Tick",
|
|
"tooltip": "Signals that the application has issued a tick"
|
|
},
|
|
"params": [
|
|
{
|
|
"typeid": "{EA2C3E90-AFBE-44D4-A90D-FAAF79BAF93D}",
|
|
"details": {
|
|
"name": "Delta",
|
|
"tooltip": "The delta (in seconds) from the previous tick and the current time"
|
|
}
|
|
},
|
|
{
|
|
"typeid": "{4C0F6AD4-0D4F-4354-AD4A-0C01E948245C}",
|
|
"details": {
|
|
"name": "Time",
|
|
"tooltip": "The current time relatve to the epoch (January 1, 1970)"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"base": "GetTickOrder",
|
|
"details": {
|
|
"name": "Get Tick Order",
|
|
"tooltip": "Specifies the order in which a handler receives tick events relative to other handlers"
|
|
},
|
|
"results": [
|
|
{
|
|
"typeid": "{72039442-EB38-4D42-A1AD-CB68F7E0EEF6}",
|
|
"details": {
|
|
"name": "Order",
|
|
"tooltip": "A value specifying this handler's relative order"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |