mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2025-12-12 22:12:38 -06:00
api update
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---@meta
|
||||
---@diagnostic disable
|
||||
|
||||
--$Factorio 1.1.69
|
||||
--$Factorio 1.1.70
|
||||
--$Overlay 5
|
||||
--$Section global_functions
|
||||
-- This file is automatically generated. Edits will be overwritten.
|
||||
@@ -24,7 +24,7 @@ log=function(string)end
|
||||
---end
|
||||
---```
|
||||
---
|
||||
---Note that `table_size()` does not work correctly for [LuaCustomTable](https://lua-api.factorio.com/latest/LuaCustomTable.html), their size has to be determined with [LuaCustomTable::length](https://lua-api.factorio.com/latest/LuaCustomTable.html#LuaCustomTable.length) instead.
|
||||
---Note that `table_size()` does not work correctly for [LuaCustomTable](https://lua-api.factorio.com/latest/LuaCustomTable.html), their size has to be determined with [LuaCustomTable::length_operator](https://lua-api.factorio.com/latest/LuaCustomTable.html#LuaCustomTable.length_operator) instead.
|
||||
---@param table table
|
||||
---@return uint
|
||||
table_size=function(table)end
|
||||
|
||||
Reference in New Issue
Block a user