Timestamps are in GMT/BST.
| 11:22:52 | BFDiscordBridge | <πΉβ£πΉπ»πΈπ»πβ‘π> attempt to call global logprint (a nil value) what |
| 12:46:33 | BFDiscordBridge | <πΉβ£πΉπ»πΈπ»πβ‘π> @raptor for index, value in ipairs(table) do logprint("check" end what would cause this to never logprint? |
| 12:47:58 | BFDiscordBridge | <πΉβ£πΉπ»πΈπ»πβ‘π> Examining the table gives a subtable i.e. table["blah"] with three keyed items in it |
| 12:51:33 | BFDiscordBridge | <πΉβ£πΉπ»πΈπ»πβ‘π> constructed like this register(ship) shipUserData = tostring(ship) table[shipUserData] = {} table[shipUserData]["Health"] = 1 table[shipUserData]["blah"] = "blah" table[shipUserData]["ship"] = player:getShip() |
| 12:54:34 | BFDiscordBridge | <πΉβ£πΉπ»πΈπ»πβ‘π> logprint(index) and logprint(value) similarly are not reached |
| 13:27:15 | BFDiscordBridge | <raptor> get the size of the table - are you sure it's the same table? |
| 13:27:53 | BFDiscordBridge | <raptor> ipairs may not work on non-linked lists - if it's a dictionary you may have to use 'pairs' |
| 14:09:14 | BFDiscordBridge | <πΉβ£πΉπ»πΈπ»πβ‘π> That was it, it was pairs vs ipairs |
| 23:14:47 | BFDiscordBridge | <fordcars> When running a plug-in, changes the editor viewport's aspect ratio to 4:3, but using a plug-in again changes it back to my native aspect ratio . Does this happen to anybody else? |
| 23:22:01 | BFDiscordBridge | <Skybax> Yeah. Download the new dev build |
| 23:22:02 | BFDiscordBridge | <Skybax> It fixes that lol |
| 23:22:18 | BFDiscordBridge | <Skybax> I should pin it until raptor decides to officially release it |
| 23:22:56 | BFDiscordBridge | <Skybax> There we go |
| 23:23:31 | BFDiscordBridge | <Skybax> @fordcars |
| 23:59:59 | BFDiscordBridge | <fordcars> Oh nice, thanks :) |