Files
0a603f4b4d2e3974330f0f4cc4c4cd09c8185fac
13 lines
443 B
C#
13 lines
443 B
C#
namespace Content.Server.NPC.Queries.Considerations;
|
|||
|
|||
/// <summary>
|
|||
/// Returns 0f if the NPC has a <see cref="TurretTargetSettingsComponent"/> and the
|
|||
/// target entity is exempt from being targeted, otherwise it returns 1f.
|
|||
/// See <see cref="TurretTargetSettingsSystem.EntityIsTargetForTurret"/>
|
|||
/// for further details on turret target validation.
|
|||
/// </summary>
|
|||
public sealed partial class TurretTargetingCon : UtilityConsideration
|
|||
{
|
|||
|
|||
}
|