(feat/API) replace Blizzard_APIDocumentation with Wrath Private Data (#72)
This commit is contained in:
@@ -2,21 +2,174 @@ local Camera =
|
||||
{
|
||||
Name = "Camera",
|
||||
Type = "System",
|
||||
Namespace = "C_CameraDefaults",
|
||||
Namespace = "Camera",
|
||||
|
||||
Functions =
|
||||
{
|
||||
{
|
||||
Name = "GetCameraFOVDefaults",
|
||||
Name = "CameraOrSelectOrMoveStart",
|
||||
Type = "Function",
|
||||
|
||||
},
|
||||
{
|
||||
Name = "CameraOrSelectOrMoveStop",
|
||||
Type = "Function",
|
||||
|
||||
Arguments =
|
||||
{
|
||||
{ Name = "isSticky", Type = "bool", Nilable = false },
|
||||
},
|
||||
|
||||
},
|
||||
{
|
||||
Name = "CameraZoomIn",
|
||||
Type = "Function",
|
||||
|
||||
Arguments =
|
||||
{
|
||||
{ Name = "distance", Type = "number", Nilable = false },
|
||||
},
|
||||
|
||||
},
|
||||
{
|
||||
Name = "CameraZoomOut",
|
||||
Type = "Function",
|
||||
|
||||
Arguments =
|
||||
{
|
||||
{ Name = "distance", Type = "number", Nilable = false },
|
||||
},
|
||||
|
||||
},
|
||||
{
|
||||
Name = "FlipCameraYaw",
|
||||
Type = "Function",
|
||||
|
||||
Arguments =
|
||||
{
|
||||
{ Name = "degrees", Type = "number", Nilable = false },
|
||||
},
|
||||
|
||||
},
|
||||
{
|
||||
Name = "IsMouselooking",
|
||||
Type = "Function",
|
||||
|
||||
Returns =
|
||||
{
|
||||
{ Name = "fieldOfViewDegreesDefault", Type = "number", Nilable = false },
|
||||
{ Name = "fieldOfViewDegreesPlayerMin", Type = "number", Nilable = false },
|
||||
{ Name = "fieldOfViewDegreesPlayerMax", Type = "number", Nilable = false },
|
||||
{ Name = "isLooking", Type = "bool", Nilable = false },
|
||||
},
|
||||
},
|
||||
{
|
||||
Name = "MouselookStart",
|
||||
Type = "Function",
|
||||
|
||||
},
|
||||
{
|
||||
Name = "MouselookStop",
|
||||
Type = "Function",
|
||||
|
||||
},
|
||||
{
|
||||
Name = "MoveViewDownStart",
|
||||
Type = "Function",
|
||||
|
||||
},
|
||||
{
|
||||
Name = "MoveViewDownStop",
|
||||
Type = "Function",
|
||||
|
||||
},
|
||||
{
|
||||
Name = "MoveViewInStart",
|
||||
Type = "Function",
|
||||
|
||||
},
|
||||
{
|
||||
Name = "MoveViewInStop",
|
||||
Type = "Function",
|
||||
|
||||
},
|
||||
{
|
||||
Name = "MoveViewLeftStart",
|
||||
Type = "Function",
|
||||
|
||||
},
|
||||
{
|
||||
Name = "MoveViewLeftStop",
|
||||
Type = "Function",
|
||||
|
||||
},
|
||||
{
|
||||
Name = "MoveViewOutStart",
|
||||
Type = "Function",
|
||||
|
||||
},
|
||||
{
|
||||
Name = "MoveViewOutStop",
|
||||
Type = "Function",
|
||||
|
||||
},
|
||||
{
|
||||
Name = "MoveViewRightStart",
|
||||
Type = "Function",
|
||||
|
||||
},
|
||||
{
|
||||
Name = "MoveViewRightStop",
|
||||
Type = "Function",
|
||||
|
||||
},
|
||||
{
|
||||
Name = "MoveViewUpStart",
|
||||
Type = "Function",
|
||||
|
||||
},
|
||||
{
|
||||
Name = "MoveViewUpStop",
|
||||
Type = "Function",
|
||||
|
||||
},
|
||||
{
|
||||
Name = "NextView",
|
||||
Type = "Function",
|
||||
|
||||
},
|
||||
{
|
||||
Name = "PrevView",
|
||||
Type = "Function",
|
||||
|
||||
},
|
||||
{
|
||||
Name = "ResetView",
|
||||
Type = "Function",
|
||||
|
||||
Arguments =
|
||||
{
|
||||
{ Name = "index", Type = "luaIndex", Nilable = false },
|
||||
},
|
||||
|
||||
},
|
||||
{
|
||||
Name = "SaveView",
|
||||
Type = "Function",
|
||||
|
||||
Arguments =
|
||||
{
|
||||
{ Name = "index", Type = "luaIndex", Nilable = false },
|
||||
},
|
||||
|
||||
},
|
||||
{
|
||||
Name = "SetView",
|
||||
Type = "Function",
|
||||
|
||||
Arguments =
|
||||
{
|
||||
{ Name = "index", Type = "luaIndex", Nilable = false },
|
||||
},
|
||||
|
||||
},
|
||||
},
|
||||
|
||||
Events =
|
||||
@@ -28,4 +181,4 @@ local Camera =
|
||||
},
|
||||
};
|
||||
|
||||
APIDocumentation:AddDocumentationTable(Camera);
|
||||
APIDocumentation:AddDocumentationTable(Camera);
|
||||
|
||||
Reference in New Issue
Block a user