|
DestinyTunerTTuneDestinyOnSuccess Method |
Called when an item binded with lucky controller successfully selected.
Namespace: JLChnToZ.LuckyPlayerAssembly: LuckyPlayer (in LuckyPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax protected virtual void TuneDestinyOnSuccess(
LuckyController<T> luckyControl
)
Protected Overridable Sub TuneDestinyOnSuccess (
luckyControl As LuckyController(Of T)
)
protected:
virtual void TuneDestinyOnSuccess(
LuckyController<T>^ luckyControl
)
abstract TuneDestinyOnSuccess :
luckyControl : LuckyController<'T> -> unit
override TuneDestinyOnSuccess :
luckyControl : LuckyController<'T> -> unit
Parameters
- luckyControl
- Type: JLChnToZ.LuckyPlayerLuckyControllerT
The lucky controller
See Also