Added: Labels for the track functions

This commit is contained in:
dvdvideo1234 2023-12-11 19:26:59 +02:00
parent de8c1cea2c
commit c8525e169e

View File

@ -1,7 +1,7 @@
E2Helper.Descriptions["tanktracktoolCanUseValue()"] = ""
E2Helper.Descriptions["tanktracktoolCopyValues(e:e)"] = ""
E2Helper.Descriptions["tanktracktoolResetValues(e:)"] = ""
E2Helper.Descriptions["tanktracktoolSetLinks(e:t)"] = ""
E2Helper.Descriptions["tanktracktoolCreate(nssva)"] = ""
E2Helper.Descriptions["tanktracktoolGetLinkNames(e:)"] = ""
E2Helper.Descriptions["tanktracktoolSetValue(s...)"] = ""
E2Helper.Descriptions["tanktracktoolCanUseValue()"] = "Checks the calm down whenever a value can be used"
E2Helper.Descriptions["tanktracktoolCopyValues(e:e)"] = "Copies the track values from one entity to another"
E2Helper.Descriptions["tanktracktoolResetValues(e:)"] = "Resets the entity internal track values"
E2Helper.Descriptions["tanktracktoolSetLinks(e:t)"] = "Updates the entity links from the table passed"
E2Helper.Descriptions["tanktracktoolCreate(nssva)"] = "Create an entity with given class by request"
E2Helper.Descriptions["tanktracktoolGetLinkNames(e:)"] = "Returns an array containing the link names"
E2Helper.Descriptions["tanktracktoolSetValue(s...)"] = "Updates the values under the specified index"