C# Class GUIControllerScript.ChanceToHitText, Spare-Change

Inheritance: BattleTextEntry
Mostrar archivo Open project: ThatsAMorais/Spare-Change

Public Methods

Method Description
ChanceToHitText ( int roll, int hitModif, int defMod, bool bSuccessful ) : System.Collections
Draw ( ) : void
PlainText ( ) : string

Method Details

ChanceToHitText() public method

public ChanceToHitText ( int roll, int hitModif, int defMod, bool bSuccessful ) : System.Collections
roll int
hitModif int
defMod int
bSuccessful bool
return System.Collections

Draw() public method

public Draw ( ) : void
return void

PlainText() public method

public PlainText ( ) : string
return string