|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Collaboration diagram for Terraria.Utilities.NPCUtils.TargetSearchResults:Public Member Functions | |
| TargetSearchResults (NPC searcher, int nearestNPCIndex, float nearestNPCDistance, int nearestTankIndex, float nearestTankDistance, float adjustedTankDistance, NPCUtils.TargetType tankType) | |
Properties | |
| int | NearestTargetIndex [get, set] |
| Rectangle | NearestTargetHitbox [get, set] |
| NPCUtils.TargetType | NearestTargetType [get, set] |
| bool | FoundTarget [get, set] |
| NPC | NearestNPC [get, set] |
| bool | FoundNPC [get, set] |
| int | NearestNPCIndex [get, set] |
| float | NearestNPCDistance [get, set] |
| Player | NearestTankOwner [get, set] |
| bool | FoundTank [get, set] |
| int | NearestTankOwnerIndex [get, set] |
| float | NearestTankDistance [get, set] |
| float | AdjustedTankDistance [get, set] |
| NPCUtils.TargetType | NearestTankType [get, set] |
Private Attributes | |
| NPCUtils.TargetType | _nearestTargetType |
| int | _nearestNPCIndex |
| float | _nearestNPCDistance |
| int | _nearestTankIndex |
| float | _nearestTankDistance |
| float | _adjustedTankDistance |
| NPCUtils.TargetType | _nearestTankType |
Definition at line 385 of file NPCUtils.cs.