TechbloxModdingAPI/TechbloxModdingAPI
Norbi Peti d238c97906
Remove block info getters and setters
Regex is great

GetBlockInfo\(this, \((\w+) (\w+)\) ?=> ?\2(.+)\);
GetBlockInfo<$1>(this)$3;

SetBlockInfo\(this, \(ref (\w+) (\w+), \w+ (\w+)\) ?=> \2(.*) = \3,\s*value\);
GetBlockInfo<$1>(this)$4 = value;
2021-05-10 23:08:15 +02:00
..
App Renamed all references of Gamecraft to Techblox 2021-05-02 01:56:20 +02:00
Blocks Remove block info getters and setters 2021-05-10 23:08:15 +02:00
Commands Renamed all references of Gamecraft to Techblox 2021-05-02 01:56:20 +02:00
Engines Rename to TechbloxModdingAPI 2021-05-02 01:08:25 +02:00
Events Remove AsyncUtils, fix FlyCam and GetThingLookedAt() 2021-05-03 01:25:26 +02:00
Input Renamed all references of Gamecraft to Techblox 2021-05-02 01:56:20 +02:00
Interface/IMGUI Renamed all references of Gamecraft to Techblox 2021-05-02 01:56:20 +02:00
Inventory Renamed all references of Gamecraft to Techblox 2021-05-02 01:56:20 +02:00
Persistence Renamed all references of Gamecraft to Techblox 2021-05-02 01:56:20 +02:00
Players Remove AsyncUtils, fix FlyCam and GetThingLookedAt() 2021-05-03 01:25:26 +02:00
Tasks Renamed all references of Gamecraft to Techblox 2021-05-02 01:56:20 +02:00
Tests Some file renames that were missing 2021-05-03 00:17:49 +02:00
Utility Generalize optional references and init data 2021-05-10 02:04:59 +02:00
Block.cs Remove block info getters and setters 2021-05-10 23:08:15 +02:00
BlockGroup.cs Rename to TechbloxModdingAPI 2021-05-02 01:08:25 +02:00
Blueprint.cs Rename to TechbloxModdingAPI 2021-05-02 01:08:25 +02:00
Cluster.cs Rename to TechbloxModdingAPI 2021-05-02 01:08:25 +02:00
EcsObjectBase.cs Generalize optional references and init data 2021-05-10 02:04:59 +02:00
FlyCam.cs Rename to TechbloxModdingAPI 2021-05-02 01:08:25 +02:00
Main.cs Remove AsyncUtils, fix FlyCam and GetThingLookedAt() 2021-05-03 01:25:26 +02:00
Player.cs Remove AsyncUtils, fix FlyCam and GetThingLookedAt() 2021-05-03 01:25:26 +02:00
SimBody.cs Rename to TechbloxModdingAPI 2021-05-02 01:08:25 +02:00
TechbloxModdingAPI.csproj Update readme and version 2021-05-02 02:08:22 +02:00
TechbloxModdingAPIException.cs Some file renames that were missing 2021-05-03 00:17:49 +02:00