Fixed a typo.
This commit is contained in:
parent
c1977035cf
commit
fd4eda7d24
@ -2456,7 +2456,7 @@ static int tolua_cBlockArea_GetSize(lua_State * tolua_S)
|
|||||||
static int tolua_cBlockArea_LoadFromSchematicFile(lua_State * tolua_S)
|
static int tolua_cBlockArea_LoadFromSchematicFile(lua_State * tolua_S)
|
||||||
{
|
{
|
||||||
// function cBlockArea::LoadFromSchematicFile
|
// function cBlockArea::LoadFromSchematicFile
|
||||||
// Exported manually because function has been moved to SchematicFileSerilizer.cpp
|
// Exported manually because function has been moved to SchematicFileSerializer.cpp
|
||||||
cLuaState L(tolua_S);
|
cLuaState L(tolua_S);
|
||||||
if (
|
if (
|
||||||
!L.CheckParamUserType(1, "cBlockArea") ||
|
!L.CheckParamUserType(1, "cBlockArea") ||
|
||||||
@ -2486,7 +2486,7 @@ static int tolua_cBlockArea_LoadFromSchematicFile(lua_State * tolua_S)
|
|||||||
static int tolua_cBlockArea_LoadFromSchematicString(lua_State * tolua_S)
|
static int tolua_cBlockArea_LoadFromSchematicString(lua_State * tolua_S)
|
||||||
{
|
{
|
||||||
// function cBlockArea::LoadFromSchematicString
|
// function cBlockArea::LoadFromSchematicString
|
||||||
// Exported manually because function has been moved to SchematicFileSerilizer.cpp
|
// Exported manually because function has been moved to SchematicFileSerializer.cpp
|
||||||
cLuaState L(tolua_S);
|
cLuaState L(tolua_S);
|
||||||
if (
|
if (
|
||||||
!L.CheckParamUserType(1, "cBlockArea") ||
|
!L.CheckParamUserType(1, "cBlockArea") ||
|
||||||
@ -2517,7 +2517,7 @@ static int tolua_cBlockArea_LoadFromSchematicString(lua_State * tolua_S)
|
|||||||
static int tolua_cBlockArea_SaveToSchematicFile(lua_State * tolua_S)
|
static int tolua_cBlockArea_SaveToSchematicFile(lua_State * tolua_S)
|
||||||
{
|
{
|
||||||
// function cBlockArea::SaveToSchematicFile
|
// function cBlockArea::SaveToSchematicFile
|
||||||
// Exported manually because function has been moved to SchematicFileSerilizer.cpp
|
// Exported manually because function has been moved to SchematicFileSerializer.cpp
|
||||||
cLuaState L(tolua_S);
|
cLuaState L(tolua_S);
|
||||||
if (
|
if (
|
||||||
!L.CheckParamUserType(1, "cBlockArea") ||
|
!L.CheckParamUserType(1, "cBlockArea") ||
|
||||||
@ -2546,7 +2546,7 @@ static int tolua_cBlockArea_SaveToSchematicFile(lua_State * tolua_S)
|
|||||||
static int tolua_cBlockArea_SaveToSchematicString(lua_State * tolua_S)
|
static int tolua_cBlockArea_SaveToSchematicString(lua_State * tolua_S)
|
||||||
{
|
{
|
||||||
// function cBlockArea::SaveToSchematicString
|
// function cBlockArea::SaveToSchematicString
|
||||||
// Exported manually because function has been moved to SchematicFileSerilizer.cpp
|
// Exported manually because function has been moved to SchematicFileSerializer.cpp
|
||||||
cLuaState L(tolua_S);
|
cLuaState L(tolua_S);
|
||||||
if (
|
if (
|
||||||
!L.CheckParamUserType(1, "cBlockArea") ||
|
!L.CheckParamUserType(1, "cBlockArea") ||
|
||||||
|
Loading…
Reference in New Issue
Block a user