cs sdk v 1.14 released
Home | Product | Documents | Tutorials | FAQ | Download | Forum | Contacts | Link
Cross Suit
Cross Suit SDK
LUA tutorials
Support
Product parts
Virtual File system
Demo Games
3D Engine
gvSystem(dx9)
Link
00001 #pragma once 00002 #ifndef __LUA_DX_DELAY_H__ 00003 #define __LUA_DX_DELAY_H__ 00004 00005 #include "lua_sgLUA.h" 00006 00007 #ifndef __DX_DELAY_H__ 00008 #include "gv_delay.h" 00009 #endif 00010 00015 class gv_DELAY_Entity 00016 { 00017 DECLARE_SCRIPT_LUA_CLASS(gv_DELAY_Entity) 00018 // 00019 00020 public: 00021 gv_DELAY_Entity(void); 00022 gv_DELAY_Entity(lua_State* L); 00023 virtual ~gv_DELAY_Entity(void); 00024 private: 00025 gv_DELAY m_delay; 00026 // 00027 // 00028 public: 00029 00030 SCRIPT_FUNCTION(Set) 00031 SCRIPT_FUNCTION(Update) 00032 SCRIPT_FUNCTION(Set2) 00033 SCRIPT_FUNCTION(Update2) 00034 SCRIPT_FUNCTION(IsA) 00035 SCRIPT_FUNCTION(m_bActive) 00036 SCRIPT_FUNCTION(GetDelayInteger) 00037 }; 00038 00039 00040 #endif 00041 00042
Copyright(C) gvSystem & GamePlus All Rights Reserved.