Fortnite NPC perception management
Verse using statement |
using { /Fortnite.com/AI } |
Members
This interface has both data members and functions.
Data
Data Member Name | Type | Description |
---|---|---|
TargetAddedEvent |
listenable(payload) |
Event when a target is added. |
TargetInfoUpdatedEvent |
listenable(payload) |
Event when the info about a target has been updated. |
TargetRemovedEvent |
listenable(payload) |
Event when a target was removed. |
TargetSeenEvent |
listenable(payload) |
Event when a target is seen. Sight sense must be active. |
TargetHeardEvent |
listenable(payload) |
Event when a target is heard. Hearing sense must be active. |
TargetTouchedEvent |
listenable(payload) |
Event when a target is touched. Touch sense must be active. |
DetectedTargets |
?[]fort_target_info |
Information about all detected targets. |
Functions
Function Name | Description |
---|---|
GetLastKnownPosition |
Get the last known position of a target. |