Duel.GetOperationInfo
Source Code | Usage Examples | Duel
Functions
Returns the corresponding values that were set by a previous call to Duel.SetOperationInfo for the corresponding category. If the first return value is true that means that operation info was set and then there will be 4 extra return values corresponding to the parameters of SetOperationInfo, otherwise only a single false value is returned.
Signature
Duel.GetOperationInfo(int chainc
, int category
) → bool, Card|Group, int, int, int
lua
Duel.GetOperationInfo(chainc,category)