Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit55815b6

Browse files
andyhaollymomadacoding
andyhaolly
authored andcommitted
Update
1 parent2db0353 commit55815b6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎Assets/Plugins/Slua_Managed/Helper.cs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ namespace SLua
2929
publicclassHelper:LuaObject
3030
{
3131

32-
//TODO:class Table can be treated as a function(constructor ??), when called, the __call metamethod is called, passing the table as the first argument,
32+
//class Table can be treated as a function(constructor), when called, the __call metamethod is called, passing the table as the first argument,
3333
//followed by any specified argument.
3434
//the called return a table(like a class), the table's access function first try to get instance field, if it is nil, then get base field
3535
staticstringclassfunc=@"

‎Assets/Plugins/Slua_Managed/LuaState.cs‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1082,6 +1082,7 @@ static public int panicCallback(IntPtr l)
10821082

10831083
/// <summary>
10841084
/// push a wraped LuaCSFunction(ie cFunction)
1085+
/// NOTE: all LuaCSFunction which push by this function **MUST** return two value, the first is a status code(true or false)
10851086
/// </summary>
10861087
/// <param name="L"></param>
10871088
/// <param name="function"></param>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp