This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

class Geo::ScopedTickCounter

A class that times the interval between construction and destruction, adding this number of ticks to the counter provided.

Functions

Name Description
ScopedTickCounter(Geo::s64 &)

Creates a ScopedTickCounter that uses the given counter reference.


Geo::ScopedTickCounter::ScopedTickCounter


public: ScopedTickCounter
(
    Geo::s64 & counter
)


Creates a ScopedTickCounter that uses the given counter reference.

  • No labels