Duel.SetPossibleOperationInfo
Source Code | Usage Examples | 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
int
chainc
(To be added)
int
category
(To be added)
Card|Group
targets
(To be added)
int
count
(To be added)
int
target_player
(To be added)
int
target_param
(To be added)