StackOverflow Questions for Tag: metatable

E Sturzenegger
E Sturzenegger

Reputation: 159

How to prevent setmetatable to be overridden

Score: 1

Views: 252

Answers: 2

Read More
Jack G
Jack G

Reputation: 5351

Lua getmetatable() a locked table

Score: 1

Views: 3148

Answers: 3

Read More
Spiderkeg
Spiderkeg

Reputation: 1

Lua: Assistance Needed in Using Inheritance in conjunction with case-insensitive metatables/metamethods? Doable?

Score: 0

Views: 39

Answers: 0

Read More
Zalokin
Zalokin

Reputation: 65

lua metatables - first parameter in __index function

Score: 0

Views: 1630

Answers: 2

Read More
user3204810
user3204810

Reputation: 391

Approaching OOP in Lua

Score: 1

Views: 107

Answers: 1

Read More
Thra Vair
Thra Vair

Reputation: 23

Lua "attempt to index a nil value": indexing nested tables, where several tables might be not existing (using __index and __newindex metamethod)

Score: 2

Views: 1527

Answers: 1

Read More
Daniel
Daniel

Reputation: 3531

Recursive metamethod __index?

Score: 2

Views: 120

Answers: 1

Read More
Aidan Habedank
Aidan Habedank

Reputation: 23

Lua __lt not working with table.sort even though it is defined

Score: 2

Views: 59

Answers: 1

Read More
karl-police
karl-police

Reputation: 1055

Lua - How to log nested table access/writes without creating a "proxy" index outside of the metatable?

Score: 1

Views: 209

Answers: 1

Read More
OverflowOfQuestions
OverflowOfQuestions

Reputation: 13

How to use metatables to monitor changes made to an embedded table? (Lua)

Score: 1

Views: 93

Answers: 1

Read More
TheJalfireKnight
TheJalfireKnight

Reputation: 101

__add not working in custom Vector3 class

Score: 2

Views: 174

Answers: 1

Read More
Swanijam
Swanijam

Reputation: 77

Lua given table A with metatable B, have functions in B defer to properties in A *before* identically-named properties in B

Score: 1

Views: 91

Answers: 2

Read More
cbeltrangomez
cbeltrangomez

Reputation: 582

Lua Metatables - calling functions with colon syntax

Score: 1

Views: 785

Answers: 2

Read More
Bernard Langham
Bernard Langham

Reputation: 21

Why doesn't the __call metamethod work in this Lua class?

Score: 2

Views: 694

Answers: 1

Read More
Rider
Rider

Reputation: 91

Lua the __ipairs function implemented does not end the loop

Score: 3

Views: 584

Answers: 2

Read More
tcpiper
tcpiper

Reputation: 2554

luajit how to automatically set default metatable to every newly created table?

Score: 0

Views: 831

Answers: 2

Read More
Rider
Rider

Reputation: 91

Set the meta table for the lua meta table

Score: 2

Views: 173

Answers: 2

Read More
Teivaz
Teivaz

Reputation: 5675

What is the difference between lua_getmetatable and luaL_getmetatable

Score: 2

Views: 1439

Answers: 1

Read More
KRIShark
KRIShark

Reputation: 17

Lua Cant Create Object

Score: 0

Views: 108

Answers: 0

Read More
jmelger
jmelger

Reputation: 87

Importing class and using its methods accross files

Score: 0

Views: 220

Answers: 1

Read More
PreviousPage 1Next