Function; CPU_SetDefendTargetCapturePriority - HWRM/KarosGraveyard GitHub Wiki

CPU_SetDefendTargetCapturePriority(<iPlayerIndex>, <iTargetIndex>)

Description

Presumably sets the defense assignment indexed as <iTargetIndex> as a priority for the CPU with <iPlayerIndex>. I don't know if the priority is set only against enemy capturers, as the name of the function would suggest. Tests needed. - SunTzu

Example

CPU_SetDefendTargetCapturePriority(1, DefendGehenna)

Arguments

<iPlayerIndex>: integer index of the CPU
<iTargetIndex>: index of the defense assignment set up with CPU_AddDefendTarget

Related Pages

CPU_AddDefendTarget

Function Reference

Comments

Page Status

Updated Formatting? Initial
Updated for HWRM? Initial