Skip to content

Duel.SetPossibleOperationInfo

Source Code | Duel Functions

Behavior similar to Duel.SetOperationInfo, but those properties are stored separately and are meant to be set for cards that "could" perform such action (for example for cards that include an effect that can be negated by Ghost Belle)

Signature

Duel.SetPossibleOperationInfo(int chainc, int category, Card|Group targets, int count, int target_player, int target_param) → nil

lua
Duel.SetPossibleOperationInfo(chainc,category,targets,count,target_player,target_param)

Parameters


under-construction