⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 handleraction.cpp

📁 一个模拟动作源码
💻 CPP
字号:
// ------------------------------------------------------------
// File Name: CHandlerAction.cpp
// Description: 
// Doctrine Name: StrikeDoctrine
// Object Name: 
// Object Description: 
// BKB DB Name: makdemobkb
// TKB DB Name: makdemotkb
// BKBEditor Version: 1.4.8.0
// Plugin Name: VrfBkbExporter.dll
// Plugin Version: 1.4.8.0
// Created By: root
// Create Date: 2008-05-23 15:53:08
// ------------------------------------------------------------ 

#include ".\HandlerAction.h"
#include "insert controller class header here"

CHandlerAction::~CHandlerAction()
{
}

void CHandlerAction::Fire(void* pEntity, void* pMsg)
{
	DtFixedWingPilotController* pComponent = (DtFixedWingPilotController*)pEntity;

	//Add your code here:

}

void CHandlerAction::Climb(void* pEntity, void* pMsg)
{
	DtFixedWingPilotController* pComponent = (DtFixedWingPilotController*)pEntity;

	//Add your code here:

}

void CHandlerAction::swoop(void* pEntity, void* pMsg)
{
	DtFixedWingPilotController* pComponent = (DtFixedWingPilotController*)pEntity;

	//Add your code here:

}

CHandlerAction::CHandlerAction()
{
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -