lua5.3.4 _G所有內容

_G.

 

基本庫函數23個


_G.pairs
_G.rawset
_G.rawlen
_G.assert
_G.pcall
_G.ipairs
_G.load
_G.dofile
_G.tostring
_G.print
_G.loadfile
_G.rawequaldom

_G.getmetatable
_G.select
_G.setmetatable
_G.error
_G.xpcall
_G.collectgarbage
_G.tonumber
_G.next
_G.require
_G.rawget
_G.type函數

 

_G._VERSION => Lua 5.3ui

_G.arg


 _G.arg.0 => _G.lua
 _G.arg.-1 => lualua

標準庫9個

 

_G.string
_G.utf8
_G.package
_G.debug
_G.math
_G.table
_G.io
_G.os
_G.coroutine
 spa

_G.string


 _G.string.reverse
 _G.string.upper
 _G.string.char
 _G.string.len
 _G.string.packsize
 _G.string.byte
 _G.string.match
 _G.string.format
 _G.string.gmatch
 _G.string.dump
 _G.string.unpack
 _G.string.pack
 _G.string.find
 _G.string.sub
 _G.string.rep
 _G.string.gsub
 _G.string.lowerdebug


_G.pairs
_G.rawset
_G.rawlen
_G.assert
_G.pcallcode

_G.utf8


 _G.utf8.charpattern => [
 _G.utf8.codepoint
 _G.utf8.len
 _G.utf8.codes
 _G.utf8.offset
 _G.utf8.char
_G.ipairs
_G._G
_G._VERSION => Lua 5.3
_G.load
_G.dofile
_G.tostring
_G.print
_G.loadfile
_G.rawequal
_G.re_print
_G.getmetatableorm

 

_G.package


 _G.package.searchpath
 _G.package.loaded
 _G.package.loadlib
 _G.package.config => \
;
?
!
-ip

 _G.package.searchers
  _G.package.searchers.1
  _G.package.searchers.2
  _G.package.searchers.3
  _G.package.searchers.4
 _G.package.cpath => C:\Windows\system32\?.dll;C:\Windows\system32\..\lib\lua\5.3\?.dll;C:\Windows\system32\loadall.dll;.\?.dll
 _G.package.preload
 _G.package.path => C:\Windows\system32\lua\?.lua;C:\Windows\system32\lua\?\init.lua;C:\Windows\system32\?.lua;C:\Windows\system32\?\init.lua;C:\Windows\system32\..\share\lua\5.3\?.lua;C:\Windows\system32\..\share\lua\5.3\?\init.lua;.\?.lua;.\?\init.luarem


_G.select
_G.setmetatable
_G.error
_G.xpcall
_G.collectgarbage
_G.tonumber


_G.debug


 _G.debug.debug
 _G.debug.setmetatable
 _G.debug.gethook
 _G.debug.setupvalue
 _G.debug.setlocal
 _G.debug.getuservalue
 _G.debug.sethook
 _G.debug.setuservalue
 _G.debug.getregistry
 _G.debug.getlocal
 _G.debug.getinfo
 _G.debug.traceback
 _G.debug.getupvalue
 _G.debug.getmetatable
 _G.debug.upvalueid
 _G.debug.upvaluejoin


_G.next


_G.math


 _G.math.abs
 _G.math.cos
 _G.math.fmod
 _G.math.maxinteger
 _G.math.exp
 _G.math.modf
 _G.math.mininteger
 _G.math.deg
 _G.math.acos
 _G.math.asin
 _G.math.log
 _G.math.pi
 _G.math.ceil
 _G.math.tan
 _G.math.tointeger
 _G.math.sqrt
 _G.math.sin
 _G.math.randomseed
 _G.math.rad
 _G.math.random
 _G.math.atan
 _G.math.min
 _G.math.max
 _G.math.floor
 _G.math.huge
 _G.math.ult
 _G.math.type


_G.require


_G.table


 _G.table.unpack
 _G.table.concat
 _G.table.pack
 _G.table.insert
 _G.table.move
 _G.table.sort
 _G.table.remove


_G.io


 _G.io.read
 _G.io.tmpfile
 _G.io.stdout
 _G.io.write
 _G.io.flush
 _G.io.stdin
 _G.io.close
 _G.io.input
 _G.io.lines
 _G.io.stderr
 _G.io.popen
 _G.io.output
 _G.io.open
 _G.io.type


_G.rawget


_G.os


 _G.os.date
 _G.os.execute
 _G.os.tmpname
 _G.os.time
 _G.os.remove
 _G.os.difftime
 _G.os.clock
 _G.os.rename
 _G.os.setlocale
 _G.os.exit
 _G.os.getenv


_G.coroutine


 _G.coroutine.running
 _G.coroutine.status
 _G.coroutine.resume
 _G.coroutine.wrap
 _G.coroutine.isyieldable
 _G.coroutine.create
 _G.coroutine.yield

_G.type

相關文章
相關標籤/搜索