Rebornbuddy
Loading...
Searching...
No Matches
ff14bot.Objects.VfxContainer.Tether Struct Reference

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.

Detailed Description

Contains information about effects linking two objects together.

Member Function Documentation

◆ ToString()

override string ff14bot.Objects.VfxContainer.Tether.ToString ( )

Returns a string representation of the tether.

Returns
A string containing the tether ID, progress, and target.

Member Data Documentation

◆ Id

ushort ff14bot.Objects.VfxContainer.Tether.Id

The ID of the channeling sheet row.

◆ Progress

byte ff14bot.Objects.VfxContainer.Tether.Progress

The progress of the tether, ranging from 0 to 100.

◆ TargetId

uint ff14bot.Objects.VfxContainer.Tether.TargetId

The ID of the target object.

Property Documentation

◆ Target

GameObject ff14bot.Objects.VfxContainer.Tether.Target
get

The target object associated with this tether.