Function
Moderate
Cable:AttachStartTo
Attaches the beginning of this cable to another Actor at a specific bone or relative location. For optimization, it is recommended attaching start first if you wish to attach both start and end, to avoid double calculations.
Syntax
my_cable:AttachStartTo(other, relative_location = Vector(0, 0, 0), bone_name = "")
Parameters
Returns
-
boolean
attached_successfullyif it was attached successfully