added more stuff to docs

This commit is contained in:
Evil Factory
2021-09-15 14:27:58 -03:00
parent d44d03fd9e
commit b0ed126891
6 changed files with 368 additions and 12 deletions
+7
View File
@@ -54,6 +54,13 @@ tparam_alias("Client", "client")
tparam_alias("Character", "character")
tparam_alias("Submarine", "submarine")
tparam_alias("Item", "item")
tparam_alias("Vector2", "Vector2")
tparam_alias("Vector3", "Vector3")
tparam_alias("Vector4", "Vector4")
tparam_alias("CauseOfDeath", "CauseOfDeath")
tparam_alias("CharacterInventory", "CharacterInventory")
tparam_alias("PhysicsBody", "PhysicsBody")
tparam_alias("string", "string")
tparam_alias("bool", "boolean")