Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
tradify
master
Tradify
Account
Action
Button
Chart
Component
Container
Game
Label
Level
Level1
Level2
Level3
Level4
Message
Screen
Timer
Trade
TradesList
TypedMessage
Generated using Crystal 1.10.1
2024-02-25 05:24:07 UTC
class
Tradify::
Timer
Tradify::Timer
Reference
Object
Defined in:
tradify/timer.cr
Constructors
.new
(length : Float64 | Float32 | Int32)
Instance Method Summary
#active?
: Bool
#done?
#increase
(delta_t : Float32)
#percentage
#reset
#restart
#start
#time
: Float32
Constructor Detail
def self.
new
(length : Float64 | Float32 | Int32)
#
[
View source
]
Instance Method Detail
def
active?
: Bool
#
[
View source
]
def
done?
#
[
View source
]
def
increase
(delta_t : Float32)
#
[
View source
]
def
percentage
#
[
View source
]
def
reset
#
[
View source
]
def
restart
#
[
View source
]
def
start
#
[
View source
]
def
time
: Float32
#
[
View source
]