C# Class MoodSwingGame.MSMobber

Inheritance: MSUnit
Show file Open project: verngutz/MoodSwing Class Usage Examples

Public Methods

Method Description
AddMember ( MSMobber m ) : void
Follow ( MSUnit unit ) : void
GetMobList ( ) : List
MSMobber ( Vector3 position, Node path, MSMap map, MSMilleniumDevelopmentGoal concern, float initRotation ) : System
Walk ( MS3DTile mapArray, List units ) : void

Method Details

AddMember() public method

public AddMember ( MSMobber m ) : void
m MSMobber
return void

Follow() public method

public Follow ( MSUnit unit ) : void
unit MSUnit
return void

GetMobList() public method

public GetMobList ( ) : List
return List

MSMobber() public method

public MSMobber ( Vector3 position, Node path, MSMap map, MSMilleniumDevelopmentGoal concern, float initRotation ) : System
position Vector3
path Node
map MSMap
concern MSMilleniumDevelopmentGoal
initRotation float
return System

Walk() public method

public Walk ( MS3DTile mapArray, List units ) : void
mapArray MS3DTile
units List
return void