cs sdk v 1.14 released

Home  |  Product  |  Documents  |  Tutorials  |  FAQ |   Download  |   Forum |   Contacts  |   Link  


  Cross Suit

 Cross Suit SDK

 Documents
      classes
 Starting...
           Tutorials

 LUA tutorials

   Support

  Forum
  q&a

 Product parts

 Virtual File system

 Virtual Render
 Virtual Machine
   

  Demo Games

   

 3D Engine

  gvSystem(dx9)

 Link

 

 

gv_DELAY Class Reference

The gv_DELAY class delay timer utility class. More...

#include <gv_delay.h>

Collaboration diagram for gv_DELAY:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 gv_DELAY (void)
 ~gv_DELAY (void)
int Set (float fDelay)
 The Set function delay value set.
int Update (void)
 check delay value and update internal update result m_fDelay-=frametime;
int IsA (void)
 is active?
int Update2 (void)
int Set2 (float fDelay)
 The Set2 function.
int GetDelayInteger (void)

Public Attributes

float m_fDelay
bool m_bActive
bool m_bActive2
float m_fDelay2

Private Attributes

float m_fMax

Detailed Description

The gv_DELAY class delay timer utility class.

Definition at line 15 of file gv_delay.h.


Constructor & Destructor Documentation

gv_DELAY::gv_DELAY ( void   ) 

gv_DELAY::~gv_DELAY ( void   ) 


Member Function Documentation

int gv_DELAY::Set ( float  fDelay  ) 

The Set function delay value set.

Parameters:
fDelay a parameter of type float
Returns:
int

int gv_DELAY::Update ( void   ) 

check delay value and update internal update result m_fDelay-=frametime;

int gv_DELAY::IsA ( void   ) 

is active?

int gv_DELAY::Update2 ( void   ) 

int gv_DELAY::Set2 ( float  fDelay  ) 

The Set2 function.

Parameters:
fDelay a parameter of type float
Returns:
int

int gv_DELAY::GetDelayInteger ( void   ) 


Member Data Documentation

float gv_DELAY::m_fMax [private]

Definition at line 18 of file gv_delay.h.

Definition at line 34 of file gv_delay.h.

Definition at line 49 of file gv_delay.h.

Definition at line 53 of file gv_delay.h.

Definition at line 56 of file gv_delay.h.


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

Copyright(C) gvSystem & GamePlus All Rights Reserved.