Duel.SetOperationInfo
Source Code | Usage Examples | Duel Functions
Sets informations about the operation being performed in the current (int chainc = 0) chain, belonging to (int category), with a total of (int count) of card(s) from (Card|Group targets) being affected. These are used with GetOperationInfo. Also, the parameter passed here are checked if any of the summon related activities are checked like ACTIVITY_SUMMON, ACTIVITY_NORMALSUMMON, ACTIVITY_SPSUMMON and ACTIVITY_FLIPSUMMON.
Signature
Duel.SetOperationInfo(int chainc, int category, Card|Group targets, int count, int target_player, int target_param) → nil
lua
Duel.SetOperationInfo(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)