Bots will now smooth turn to new angle.

This commit is contained in:
Justin Marshall
2026-05-20 09:34:53 -07:00
parent 31a3805769
commit 8a5719143d
5 changed files with 58 additions and 11 deletions
+2
View File
@@ -8464,6 +8464,8 @@ static classVariableInfo_t bot_state_t_typeInfo[] = {
{ "float", "attackcrouch_time", (intptr_t)(&((bot_state_t *)0)->attackcrouch_time), sizeof( ((bot_state_t *)0)->attackcrouch_time ) },
{ "float", "attackstrafe_time", (intptr_t)(&((bot_state_t *)0)->attackstrafe_time), sizeof( ((bot_state_t *)0)->attackstrafe_time ) },
{ "float", "attackchase_time", (intptr_t)(&((bot_state_t *)0)->attackchase_time), sizeof( ((bot_state_t *)0)->attackchase_time ) },
{ "float", "move_wander_time", (intptr_t)(&((bot_state_t *)0)->move_wander_time), sizeof( ((bot_state_t *)0)->move_wander_time ) },
{ "float", "move_wander_side", (intptr_t)(&((bot_state_t *)0)->move_wander_side), sizeof( ((bot_state_t *)0)->move_wander_side ) },
{ "float", "firethrottlewait_time", (intptr_t)(&((bot_state_t *)0)->firethrottlewait_time), sizeof( ((bot_state_t *)0)->firethrottlewait_time ) },
{ "float", "firethrottleshoot_time", (intptr_t)(&((bot_state_t *)0)->firethrottleshoot_time), sizeof( ((bot_state_t *)0)->firethrottleshoot_time ) },
{ "float", "nbg_time", (intptr_t)(&((bot_state_t *)0)->nbg_time), sizeof( ((bot_state_t *)0)->nbg_time ) },