C# Class OpenRA.Mods.Common.Traits.GivesBounty

Inheritance: INotifyKilled, INotifyCreated
Exibir arquivo Open project: pchote/OpenRA

Public Methods

Method Description
GivesBounty ( Actor self, GivesBountyInfo info ) : System.Collections.Generic

Private Methods

Method Description
GetBountyValue ( Actor self ) : int
GetDisplayedBountyValue ( Actor self ) : int
GetMultiplier ( ) : int
INotifyCreated ( Actor self ) : void
INotifyKilled ( Actor self, OpenRA.Traits.AttackInfo e ) : void

Method Details

GivesBounty() public method

public GivesBounty ( Actor self, GivesBountyInfo info ) : System.Collections.Generic
self Actor
info GivesBountyInfo
return System.Collections.Generic