You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a functionality that allow user to define a custom function in the form of FnOnce(u32) -> bool to determine when the credits will be re-filled automatically. The function will have no effect if the credit mode is not Auto. A default function that re-fills the credit at half of the total credit will be provided.
The text was updated successfully, but these errors were encountered:
Add a functionality that allow user to define a custom function in the form of
FnOnce(u32) -> bool
to determine when the credits will be re-filled automatically. The function will have no effect if the credit mode is notAuto
. A default function that re-fills the credit at half of the total credit will be provided.The text was updated successfully, but these errors were encountered: