Skip to content

Effect.GetHintTiming ​

Source Code | Usage Examples | Effect Functions

Returns a pair of integers with the hint timings set to Effect e. The first return value are the timings for the first player's turn and the second return are the hint timings set to the opponent

Signature ​

Effect.GetHintTiming(Effect e) → int, int

lua
e:GetHintTiming()

Parameters ​

Returns ​


under-construction