|
Rebornbuddy
|
Contains information about effects linking two objects together. More...
Public Member Functions | |
| override string | ToString () |
| Returns a string representation of the tether. | |
Public Attributes | |
| ushort | Id |
| The ID of the channeling sheet row. | |
| byte | Progress |
| The progress of the tether, ranging from 0 to 100. | |
| uint | TargetId |
| The ID of the target object. | |
Properties | |
| GameObject | Target [get] |
| The target object associated with this tether. | |
Contains information about effects linking two objects together.
| override string ff14bot.Objects.VfxContainer.Tether.ToString | ( | ) |
Returns a string representation of the tether.
| ushort ff14bot.Objects.VfxContainer.Tether.Id |
The ID of the channeling sheet row.
| byte ff14bot.Objects.VfxContainer.Tether.Progress |
The progress of the tether, ranging from 0 to 100.
| uint ff14bot.Objects.VfxContainer.Tether.TargetId |
The ID of the target object.
|
get |
The target object associated with this tether.