handlerpredicate.h

来自「一个模拟动作源码」· C头文件 代码 · 共 40 行

H
40
字号
// ------------------------------------------------------------
// 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 + =
减小字号Ctrl + -
显示快捷键?