orx  1.14
Portable Game Engine
orxCLOCK_INFO Struct Reference

#include <orxClock.h>

Data Fields

orxFLOAT afModifierList [orxCLOCK_MODIFIER_NUMBER]
 
orxFLOAT fDT
 
orxFLOAT fTickSize
 
orxFLOAT fTime
 

Detailed Description

Clock info structure

Definition at line 99 of file orxClock.h.

Field Documentation

orxFLOAT orxCLOCK_INFO::afModifierList[orxCLOCK_MODIFIER_NUMBER]

Clock modifiers : 28

Definition at line 104 of file orxClock.h.

orxFLOAT orxCLOCK_INFO::fDT

Clock DT (time elapsed between 2 clock calls in seconds) : 8

Definition at line 102 of file orxClock.h.

orxFLOAT orxCLOCK_INFO::fTickSize

Clock tick size (in seconds) : 4

Definition at line 101 of file orxClock.h.

orxFLOAT orxCLOCK_INFO::fTime

Clock time : 12

Definition at line 103 of file orxClock.h.


The documentation for this struct was generated from the following file:

Generated for orx by doxygen 1.8.11