nil
The type of lua's nil
, used to represent the absence of value.
Functions that use this type as parameter
Functions that use this type as parameter
Card.CanSummonOrSet
- Checks if a card can be Normal Summoned or Set.Group.Filter
- Filters aGroup
.Link.AddProcedure
- Adds a Link Procedure to a card.Xyz.AddProcedure
- Adds an Xyz Summon procedure to a card.aux.SelectUnselectGroup
- Checks if a group contains a subgroup that fulfills a function.
Functions that return this type
Functions that return this type
aux.DelayedOperation
- Performs an operation on cards each time a given phase is entered
Function Types that use this type as parameter
Function Types that use this type as parameter
DelayedEffectCondition
- A condition to check affected cards in a given phase.DelayedEffectOperation
- An operation to perform on affected cards in a given phase.