User Tools

Site Tools


move:selfappliedforce

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
move:selfappliedforce [2016/01/18 02:50]
Mistermind
move:selfappliedforce [2021/04/26 23:29] (current)
Mistermind
Line 16: Line 16:
 ---- ----
 Code example: Code example:
-<code c#>void OnHit(HitBox strokeHitBox, MoveInfo move, CharacterInfo hitter){+<code c#>void OnHit(HitBox strokeHitBox, MoveInfo move, ControlsScript hitter){
  foreach(AppliedForce appliedForce in move.appliedForces){  foreach(AppliedForce appliedForce in move.appliedForces){
  Debug.Log("Casting Frame:" + appliedForce.castingFrame);  Debug.Log("Casting Frame:" + appliedForce.castingFrame);
move/selfappliedforce.1453103406.txt.gz · Last modified: 2016/01/18 02:50 by Mistermind