MCPcopy Create free account
hub / github.com/Panzerschrek/Chasm-Reverse / operator*

Method operator*

PanzerChasm/time.cpp:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112{}
113
114Time Time::operator*( const unsigned int scale ) const
115{
116 return Time( time_ * int(scale) );
117}
118
119Time operator*( const unsigned int scale, const Time& time )
120{

Callers

nothing calls this directly

Calls 1

TimeClass · 0.85

Tested by

no test coverage detected