We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9276b91 commit 165e97aCopy full SHA for 165e97a
1 file changed
src/core/modules/weapons/weapons_entity_wrap.cpp
@@ -72,7 +72,7 @@ void export_weapon_entity(scope _entity)
72
":rtype: float");
73
74
_WeaponMixin.add_property(
75
- "next_attack",
+ "next_secondary_fire_attack",
76
&WeaponMixin::GetNextSecondaryFireAttack,
77
&WeaponMixin::SetNextSecondaryFireAttack,
78
"Get/set the weapons's next secondary fire attack time.\n\n"
0 commit comments