docs update and entity.spawner
This commit is contained in:
@@ -48,6 +48,12 @@ namespace Barotrauma
|
||||
return "table";
|
||||
}
|
||||
|
||||
if (type.StartsWith("Action"))
|
||||
return "function";
|
||||
|
||||
if (type.StartsWith("Func"))
|
||||
return "function";
|
||||
|
||||
return type;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user