mirror of
https://github.com/shadowscion/TankTrackTool.git
synced 2025-03-04 03:03:06 -05:00
Added: Labels for the track functions
This commit is contained in:
parent
de8c1cea2c
commit
c8525e169e
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user