📄 handlerpredicate.h
字号:
// ------------------------------------------------------------
// File Name: CHandlerPredicate.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 CHandlerPredicate
{
public:
CHandlerPredicate();
//these classes will use this handler: CTransRule_Climb2FireAndSwoop
static bool IsReachPointA(void* pEntity, EnumComparisonType ComparisonType, bool Parameter);
//these classes will use this handler: CTransRule_StartDoctrine2Climb
static bool IsFindTarget(void* pEntity, EnumComparisonType ComparisonType, bool Parameter);
virtual ~CHandlerPredicate();
//these classes will use this handler: CTransRule_FireAndSwoop2Final
static bool IsReachPointB(void* pEntity, EnumComparisonType ComparisonType, bool Parameter);
protected:
private:
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -