1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-27 23:53:21 +00:00
CC-Tweaked/luaj-2.0.3/names.csv
Daniel Ratcliffe e85cdacbc5 ComputerCraft 1.79 initial upload
Added the complete source code to ComputerCraft 1.79 for Minecraft
1.8.9, plus newly written README and LICENSE files for the open source
release.
2017-05-01 14:32:39 +01:00

4.7 KiB

1LuaValue ConsructorsReturn type
2valueOf(boolean)LuaBoolean
3valueOf(null)LuaNil
4valueOf(int) LuaInteger
5valueOf(double)LuaNumber
6valueOf(long)LuaNumber
7valueOf(String)LuaString
8tableOf(...)LuaTable
9listOf(LuaValue[])LuaTable
10userdataOf(Object)LuaUserdata
11uerdataOf(Object,Value)LuaUserdata
12Arugment type
13LuaBooleanLuaClosureLuaFunctionLuaDoubleLuaIntegerLuaNilLuaStringLuaTableLuaThreadLuaUserdata
14Type Check Functions
15isbooleanbooleanTRUEfffffffff
16isclosurebooleanfTRUEffffffff
17isfunctionbooleanfTRUETRUEfffffff
18isintbooleanffffTRUEftrue | ffff
19isinttypebooleanffffTRUEfffff
20isnumberbooleanfffTRUETRUEftrue | ffff
21islongbooleanffftrue | fTRUEftrue | ffff
22isnilbooleanfffffTRUEffff
23isstringbooleanffftrue | fTRUEfTRUEfff
24istablebooleanfffffffTRUEff
25isthreadbooleanffffffffTRUEf
26isuserdatabooleanfffffffffTRUE
27isuserdata(Class c)booleanffffffffftrue | f
28Java Type Coercion Functions
29tobooleanbooleanthis.vTRUETRUETRUETRUETRUETRUETRUETRUETRUE
30tobytebyte0000this.v | 00this.v | 0000
31tocharchar0000this.v | 00this.v | 0000
32todoubledouble000this.vthis.v0this.v | 0000
33tofloatfloat000this.v | 0this.v0this.v | 0000
34tointint0000this.v0this.v | 0000
35tolonglong0000this.v0this.v | 0000
36toshortshort0000this.v | 00this.v | 0000
37tojstringString"true"|"false""closure: x""name"(str) this.v(str) this.v"nil"this.v"table: x""thread: x""userdata: x"
38touserdataObjectnullnullnullnullnullnullnullnullthisthis.instance
39LuaBooleanLuaClosureLuaFunctionLuaDoubleLuaIntegerLuaNilLuaStringLuaTableLuaThreadLuaUserdata
40Optional Argument Conversion Functions
41optbooleanbooleanthiseeeedefvaleeee
42optclosureLuaClosurenthiseeedefvaleeee
43optdoubledoubleeeethisthisdefvalthis | eeee
44optfunctionLuaFunctionnthisthiseedefvaleeee
45optintinteee(int) thisthisdefvalthis | eeee
46optintegerLuaIntegereee(int) thisthisdefvalthis | eeee
47optlonglongeee(long) thisthisdefvalthis | eeee
48optnumberLuaNumbereeethisthisdefvalthis | eeee
49optjstringStringeee(str) this.v(str) this.vdefvalthiseee
50optstringLuaStringeee(str) this.v(str) this.vdefvalthiseee
51opttableLuaTableeeeeedefvalethisee
52optthreadLuaThreadeeeeedefvaleethisn
53optuserdataObjecteeeeedefvaleeeinstance
54optuserdata(Class c)Objecteeeeedefvaleeeinstance | e
55Required Argument Conversion Functions
56checkbooleanbooleanthiseeeeeeeee
57checkclosureLuaClosureethiseeeeeeee
58checkdoubledoubleeeethisthiseeeee
59checkfunctionLuaFunctionethisthiseeeeeee
60checkintinteeethis | ethiseeeee
61checkintegerLuaIntegereeeethiseeeee
62checklongLuaNumbereeethis | ethiseeeee
63checknumberLuaNumbereeethisthiseeeee
64checkjstringStringeee(str) this.v(str) this.ve(str) this.veee
65checkstringLuaStringeee(str) this.v(str) this.vethiseee
66checktableLuaTableeeeeeeethisee
67checkthreadLuaThreadeeeeeeeethise
68checkuserdataObjecteeeeeeeeeinstance
69checkuserdata(Class c)Objecteeeeeeeeeinstance | e
70checkvalueLuaValuethisthisthisthisthisethisthisthisthis
71LuaBooleanLuaClosureLuaFunctionLuaDoubleLuaIntegerLuaNilLuaStringLuaTableLuaThreadLuaUserdata
72Lua Language Operations
73typeintTBOOLEANTFUNCTIONTFUNCTIONTNUMBERTNUMBERTNILTSTRINGTTABLETTHREADTUSERDATA
74typenamestring"boolean""function""function""number""number""nil""string""table""thread""userdata"
75lenLuaIntegereeeeee#v#vee
76lengthinteeeeee#v#vee
77getmetatableLuaValuestaticstaticstaticstaticstaticstaticstaticinstancestatic instance
78setmetatableLuaValueeeeeeeeinstanceeinstance
79getfenvLuaTableeinstanceinstanceeeeeeinstancee
80setfenvLuaFunctioneinstanceinstanceeeeeeinstancee
81callLuaValue__callcallcall__call__call__call__call__call__call__call
82invokeVarargs__callcallcall__call__call__call__call__call__call__call
83getLuaValue__index__index__index__index__index__index__indexget__index__index
84setLuaValue__newindex__newindex__newindex__newindex__newindex__newindex__newindexset__newindex__newindex