C# Class MaladyV2, Castle-Bashers

Inheritance: Boss
Show file Open project: DevelopersGuild/Castle-Bashers

Public Properties

Property Type Description
CenterObj GameObject
ClawSkill GameObject
Grouper GroupingManager,

Public Methods

Method Description
Act ( Type t ) : void
CalcDirection ( ) : void
Start ( ) : void
SummonPortal ( ) : void
Update ( ) : void
endFunction ( ) : void
getDirection ( ) : float
setAnimating ( int bl ) : void

Private Methods

Method Description
Claw ( ) : void
Claw ( bool left ) : void
DestroyClaw ( ) : void
HandsAttack ( ) : void
InstantiateClaw ( ) : void
Summon ( ) : void
Swarm ( ) : void
Tele ( ) : void
Teleport ( ) : void
Teleport ( GameObject targ ) : void
Teleport ( Vector3 targ, bool camped = false ) : void
getPlayerType ( ) : void
setInvinFalse ( ) : void
setInvinTrue ( ) : void
setTelFalse ( float f ) : void
setTelTrue ( float f ) : void
sortPriority ( ) : void
spawnSwarm ( ) : void
teleClaw ( ) : void
teleClawUpdate ( ) : void
updateTeleClaw ( ) : void

Method Details

Act() public method

public Act ( Type t ) : void
t Type
return void

CalcDirection() public method

public CalcDirection ( ) : void
return void

Start() public method

public Start ( ) : void
return void

SummonPortal() public method

public SummonPortal ( ) : void
return void

Update() public method

public Update ( ) : void
return void

endFunction() public method

public endFunction ( ) : void
return void

getDirection() public method

public getDirection ( ) : float
return float

setAnimating() public method

public setAnimating ( int bl ) : void
bl int
return void

Property Details

CenterObj public property

public GameObject CenterObj
return GameObject

ClawSkill public property

public GameObject ClawSkill
return GameObject

Grouper public property

public GroupingManager, Grouper
return GroupingManager,