User Tools

Site Tools


move:invincibleframes

Differences

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

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
move:invincibleframes [2013/12/12 00:01]
Mistermind created
move:invincibleframes [2014/01/09 02:34]
Mistermind
Line 13: Line 13:
 Code example: Code example:
 <code c#>void OnHit(HitBox strokeHitBox, MoveInfo move, CharacterInfo hitter){ <code c#>void OnHit(HitBox strokeHitBox, MoveInfo move, CharacterInfo hitter){
- Debug.Log("Total sound effects:" + move.soundEffects.Length);+ foreach(InvincibleBodyParts invBodyPart in move.invincibleBodyParts){ 
 + Debug.Log ("Completely Invincible: " + invBodyPart.completelyInvincible); 
 + }
 }</code> }</code>
 ---- ----
  
  
-[[move:introduction|< Back to Move Editor]]+[[move:start|< Back to Move Editor]]
move/invincibleframes.txt · Last modified: 2016/01/18 02:51 by Mistermind