APIDoc: Added missing IsStatic flags and corrected param types.
This commit is contained in:
parent
fb20517435
commit
1614aa17d3
@ -9550,6 +9550,7 @@ end
|
||||
{
|
||||
Parse =
|
||||
{
|
||||
IsStatic = true,
|
||||
Params =
|
||||
{
|
||||
{
|
||||
@ -9567,6 +9568,7 @@ end
|
||||
},
|
||||
Serialize =
|
||||
{
|
||||
IsStatic = true,
|
||||
Params =
|
||||
{
|
||||
{
|
||||
@ -12620,6 +12622,7 @@ a_Player:OpenWindow(Window);
|
||||
},
|
||||
GetPhysicalRAMUsage =
|
||||
{
|
||||
IsStatic = true,
|
||||
Returns =
|
||||
{
|
||||
{
|
||||
@ -12698,6 +12701,7 @@ a_Player:OpenWindow(Window);
|
||||
},
|
||||
GetVirtualRAMUsage =
|
||||
{
|
||||
IsStatic = true,
|
||||
Returns =
|
||||
{
|
||||
{
|
||||
|
@ -2245,16 +2245,16 @@ end
|
||||
{
|
||||
{
|
||||
Name = "Other",
|
||||
Type = "Vector3d",
|
||||
Type = "Vector3i",
|
||||
},
|
||||
},
|
||||
Returns =
|
||||
{
|
||||
{
|
||||
Type = "Vector3d",
|
||||
Type = "Vector3i",
|
||||
},
|
||||
},
|
||||
Notes = "Returns a new Vector3d that is a {{http://en.wikipedia.org/wiki/Cross_product|cross product}} of this vector and the specified vector.",
|
||||
Notes = "Returns a new Vector3i that is a {{http://en.wikipedia.org/wiki/Cross_product|cross product}} of this vector and the specified vector.",
|
||||
},
|
||||
Dot =
|
||||
{
|
||||
@ -2262,7 +2262,7 @@ end
|
||||
{
|
||||
{
|
||||
Name = "Other",
|
||||
Type = "Vector3d",
|
||||
Type = "Vector3i",
|
||||
},
|
||||
},
|
||||
Returns =
|
||||
|
@ -2722,7 +2722,7 @@ function OnAllChunksAvailable()</pre> All return values from the callbacks are i
|
||||
},
|
||||
SetShouldUseChatPrefixes =
|
||||
{
|
||||
Returns =
|
||||
Params =
|
||||
{
|
||||
{
|
||||
Name = "ShouldUseChatPrefixes",
|
||||
|
Loading…
Reference in New Issue
Block a user