new GetComponentString, and docs updated

This commit is contained in:
Evil Factory
2021-09-13 16:47:05 -03:00
parent b480e6797c
commit 6e5de74f37
7 changed files with 46 additions and 13 deletions
@@ -220,6 +220,9 @@ namespace Barotrauma
UserData.RegisterType<Holdable>();
UserData.RegisterType<CustomInterface>();
UserData.RegisterType<Inventory>();
UserData.RegisterType<ItemContainer>();
UserData.RegisterType<PowerContainer>();
UserData.RegisterType<Pickable>();
UserData.RegisterType<CharacterInventory>();
UserData.RegisterType<Hull>();
UserData.RegisterType<Gap>();
@@ -242,6 +245,7 @@ namespace Barotrauma
UserData.RegisterType<HumanAIController>();
UserData.RegisterType<AITarget>();
UserData.RegisterType<AITargetMemory>();
UserData.RegisterType<ServerSettings>();
lua = new Script(CoreModules.Preset_SoftSandbox);