Search results
From GiderosMobile
- Sets the ''metatable'' for the given table. (table) = setmetatable(table,metatable)700 bytes (91 words) - 15:32, 13 July 2023
- Returns the metatable of the given object. *if ''object'' does not have a metatable, returns nil.584 bytes (71 words) - 15:29, 13 July 2023
- Creates a blank userdata, with the option for it to have a metatable. '''addMetatable''': (bool) add a metatable ('''default''' = false)<br/>517 bytes (63 words) - 16:48, 2 February 2025
- debug.settypemt(type, metatable) Also sets table library as default type metatable for all tables without user defined metatables i.e. enables following synta1,021 bytes (142 words) - 15:26, 13 July 2023
- ...en object, otherwise nil''<br/><!--GIDEROSMTD:getmetatable(object) returns metatable of given object, otherwise nil--> ...y(addMetatable) creates a blank userdata, with the option for it to have a metatable-->6 KB (851 words) - 18:43, 21 February 2025
- If the ''metatable'' of ''e'' has a "__tostring" field, then '''tostring''' calls the correspo675 bytes (95 words) - 15:33, 13 July 2023
- ...its API design. Each instance created by Gideros API is a Lua table with a metatable attached.5 KB (799 words) - 15:27, 13 July 2023
- ...its API design. Each instance created by Gideros API is a Lua table with a metatable attached.5 KB (843 words) - 23:14, 18 November 2023
- One way to use typeof is to define a metatable type using setmetatable inside the typeof function:9 KB (1,350 words) - 21:41, 14 January 2025
- ...library provides all its functions inside the table string. It also sets a metatable for strings where the __index field points to the string table. Therefore,14 KB (2,151 words) - 03:14, 5 February 2025
- lua_setmetatable(L, -2); // set itself as metatable25 KB (3,300 words) - 15:26, 13 July 2023
- lua_setmetatable(L, -2); // set itself as metatable23 KB (3,445 words) - 23:30, 18 November 2023
- ...its API design. Each instance created by Gideros API is a Lua table with a metatable attached.19 KB (3,185 words) - 15:33, 13 July 2023
- ...allows generation of CPU code that is multiple times faster than a generic metatable call. Luau now copes better with cyclic metatable types (it gives a type error rather than hanging).212 KB (34,454 words) - 05:03, 2 November 2024