44 lines
642 B
Lua
44 lines
642 B
Lua
local DuelInfo =
|
|
{
|
|
Name = "DuelInfo",
|
|
Type = "System",
|
|
Namespace = "C_DuelInfo",
|
|
|
|
Functions =
|
|
{
|
|
},
|
|
|
|
Events =
|
|
{
|
|
{
|
|
Name = "DuelFinished",
|
|
Type = "Event",
|
|
LiteralName = "DUEL_FINISHED",
|
|
},
|
|
{
|
|
Name = "DuelInbounds",
|
|
Type = "Event",
|
|
LiteralName = "DUEL_INBOUNDS",
|
|
},
|
|
{
|
|
Name = "DuelOutofbounds",
|
|
Type = "Event",
|
|
LiteralName = "DUEL_OUTOFBOUNDS",
|
|
},
|
|
{
|
|
Name = "DuelRequested",
|
|
Type = "Event",
|
|
LiteralName = "DUEL_REQUESTED",
|
|
Payload =
|
|
{
|
|
{ Name = "playerName", Type = "cstring", Nilable = false },
|
|
},
|
|
},
|
|
},
|
|
|
|
Tables =
|
|
{
|
|
},
|
|
};
|
|
|
|
APIDocumentation:AddDocumentationTable(DuelInfo); |