We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
C と Lua の間で関数を呼び出すとき、必要な情報は、 スタックを使って受け渡しする。
関数と引数をスタックに積む。
関数を見つけるためには、関数名などをスタックに積んで、 環境テーブルから名前を引く。
call と pcall がある。
There was an error while loading. Please reload this page.