imovedata_generated.h

来自「这是整套横扫千军3D版游戏的源码」· C头文件 代码 · 共 13 行

H
13
字号
// *** This is a generated file; if you want to change it, please change CSAIInterfaces.dll, which is the reference
// 
// This file was generated by ABICCodeGenerator, by Hugh Perkins hughperkins@gmail.com http://manageddreams.com
// 
AICALLBACK_API int MoveData_get_size( const MoveData *self );
AICALLBACK_API float MoveData_get_depth( const MoveData *self );
AICALLBACK_API float MoveData_get_maxSlope( const MoveData *self );
AICALLBACK_API float MoveData_get_slopeMod( const MoveData *self );
AICALLBACK_API float MoveData_get_depthMod( const MoveData *self );
AICALLBACK_API int MoveData_get_pathType( const MoveData *self );
AICALLBACK_API float MoveData_get_crushStrength( const MoveData *self );
AICALLBACK_API int MoveData_get_moveFamily( const MoveData *self );

⌨️ 快捷键说明

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