targets_person
Subtype for a bounty that targets a specific crew member
Vars | |
target_ref | Weakref to the mob target of the bounty |
---|---|
Procs | |
is_valid_crewmember | Ran on every single member of the crew to determine if they are a valid target. |
target_found | Ran when a valid target is selected for the bounty. |
Var Details
target_ref
Weakref to the mob target of the bounty
Proc Details
is_valid_crewmember
Ran on every single member of the crew to determine if they are a valid target.
- crewmember - The person to check.
Returning FALSE will exclude them from the list of possible targets.
target_found
Ran when a valid target is selected for the bounty.
- crewmember - The person that was selected as the target.
Returning FALSE will stop the bounty from being finalized, this can be used for last minute checks.