1
0
Fork 0

APIDump: Fixed description for tolua functions.

This commit is contained in:
Mattes D 2016-09-27 14:28:37 +02:00
parent b1530bb28e
commit a893c53d46
1 changed files with 4 additions and 0 deletions

View File

@ -19298,6 +19298,8 @@ end
{
cast =
{
IsStatic = true,
IsGlobal = true, -- Emulate a global function without a self parameter - this is called with a dot convention
Params =
{
{
@ -19340,6 +19342,8 @@ end
},
type =
{
IsStatic = true,
IsGlobal = true, -- Emulate a global function without a self parameter - this is called with a dot convention
Params =
{
{