base
概要
メインのテーブルに格納された関数。
関数一覧
table:_
関数 概要
getinfo textmoduleの情報を取得する
debug_print 引数を結合した文字列をOutputDebugStringへ送る
exception 例外を発生させる
versioncheck textmoduleのバージョンチェックを行う
type Lua標準のtype関数の拡張版
showtable テーブル型変数の内容を取得
showmetatable 変数のメタテーブルの内容を取得
maketable 引数からテーブルを作成
makelist 引数からリスト形式のテーブルを作成
print 標準出力
printf 整形できる標準出力
tostring 引数を文字列に変換
tonumber 引数を数値に変換
pointer 引数をアドレスに変換
getglobal グローバル変数を取得
setglobal 引数をグローバル変数に設定
pairs
ipairs
next
#API