docs update and entity.spawner

This commit is contained in:
Evil Factory
2021-10-03 12:13:45 -03:00
parent a5233b4686
commit 446686e18c
7 changed files with 303 additions and 12 deletions
@@ -48,6 +48,12 @@ namespace Barotrauma
return "table";
}
if (type.StartsWith("Action"))
return "function";
if (type.StartsWith("Func"))
return "function";
return type;
}