敌人看着自己 源代码分享
//敌人是否看我
(敌人朝向0~180~-180~0,敌人x,敌人.y,我.x,我.y)
/*如果看我绘制绿点*/ if (isEnemyFacingMe(PlayerFace, ptr.Pos.x, ptr.Pos.y, ptr.MyPos.x, ptr.MyPos.y)) {
Draws->AddCircleFilled(ImVec2(in.Centre, in.Box.t - (ImGui::CountTextSize(NULL, "A", 24).y*2 + 35)), 5.0f, ImColor(0, 255, 0));
}