Skip to content

Duel.SetOperationInfo

Source Code | 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


under-construction