-
Автор темы
- #1
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Кто может помочь? По этому коду
пробывал через ктрл-ф искать похожие определения, но не нашел, пожалуйста помогите.
eng:
Who can help? Using this code, I tried similar definitions through ctrl-f, but did not find it, please help.
пробывал через ктрл-ф искать похожие определения, но не нашел, пожалуйста помогите.
eng:
Who can help? Using this code, I tried similar definitions through ctrl-f, but did not find it, please help.
C++:
void drawDrawBeamPaw(Vector src, Vector end, Color color) {
for (const auto& point : m_predicted_path) {
beams->add(point, globals::m_local_player->get_eye_position(), math::hsba_t(std::remainder(interfaces::m_global_vars->m_cur_time, 180.f) / 180.f, 0.9f, 0.8f));
}
}