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

 

 

CGeScript Class Reference

#include <geSCRIPT.h>

Collaboration diagram for CGeScript:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 CGeScript (void)
 ~CGeScript (void)
void init (void)
 initialize this is null function.
void runfile (char *filename)
Scriptrunscript (unsigned char *pmem, unsigned long lsize, const char *szTag=0x00)
Scriptrunaddscript (unsigned char *pmem, unsigned long lsize)
 not stable.
void update (float fTime)
void updateScript (float fTime)
void render (void)
void shut (void)

Public Attributes

bool m_bActive

Detailed Description

Definition at line 19 of file geSCRIPT.h.


Constructor & Destructor Documentation

CGeScript::CGeScript ( void   ) 

CGeScript::~CGeScript ( void   ) 


Member Function Documentation

void CGeScript::init ( void   ) 

initialize this is null function.

void CGeScript::runfile ( char *  filename  ) 

Script* CGeScript::runscript ( unsigned char *  pmem,
unsigned long  lsize,
const char *  szTag = 0x00 
)

Script* CGeScript::runaddscript ( unsigned char *  pmem,
unsigned long  lsize 
)

not stable.

void CGeScript::update ( float  fTime  ) 

void CGeScript::updateScript ( float  fTime  ) 

void CGeScript::render ( void   ) 

void CGeScript::shut ( void   ) 


Member Data Documentation

Definition at line 40 of file geSCRIPT.h.


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

Copyright(C) gvSystem & GamePlus All Rights Reserved.