📄 handleraction.h
字号:
// ------------------------------------------------------------
// File Name: CHandlerAction.h
// 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
// ------------------------------------------------------------
#pragma once
class CHandlerAction
{
public:
virtual ~CHandlerAction();
//these classes will use this handler: CState_FireAndSwoop
static void Fire(void* pEntity, void* pMsg);
//these classes will use this handler: CState_Climb
static void Climb(void* pEntity, void* pMsg);
//these classes will use this handler: CState_FireAndSwoop
static void swoop(void* pEntity, void* pMsg);
CHandlerAction();
protected:
private:
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -