コード例 #1
0
ファイル: script_utils.go プロジェクト: genbattle/haunts
func LuaDoError(L *lua.State, err_str string) {
	base.Error().Printf(err_str)
	L.PushString(err_str)
	L.SetExecutionLimit(1)
}