To simulate "left": override left.Value to 1f for the time period which you want the hero to walk left. (overrides on TwoAxisInputControl doesn't seem to be needed).
To simulate "repeated attacks": override attack.WasPressed to true for the time period which you want the hero to continuously attack.
To simulate "left": override
left.Value
to1f
for the time period which you want the hero to walk left. (overrides on TwoAxisInputControl doesn't seem to be needed).To simulate "repeated attacks": override
attack.WasPressed
totrue
for the time period which you want the hero to continuously attack.Code example: https://github.com/royitaqi/HollowKnight.BossAttacks/blob/674086b4c80ae86daaad6d1a5dc0586fb17a5acd/BossAttacks/Debugger.cs#L117-L147 ModLog: https://github.com/royitaqi/HollowKnight.BossAttacks/commit/674086b4c80ae86daaad6d1a5dc0586fb17a5acd