Table of Contents

Class AbstractBullet

Namespace
MoreSlugcats
Assembly
Assembly-CSharp.dll
public class AbstractBullet : AbstractPhysicalObject
Inheritance
AbstractBullet
Inherited Members

Constructors

AbstractBullet(World, Bullet, WorldCoordinate, EntityID, AmmoType, int)

public AbstractBullet(World world, Bullet realizedObject, WorldCoordinate pos, EntityID ID, JokeRifle.AbstractRifle.AmmoType type, int timeToLive)

Parameters

world World
realizedObject Bullet
pos WorldCoordinate
ID EntityID
type JokeRifle.AbstractRifle.AmmoType
timeToLive int

Fields

bulletType

public JokeRifle.AbstractRifle.AmmoType bulletType

Field Value

JokeRifle.AbstractRifle.AmmoType

timeToLive

public int timeToLive

Field Value

int

Methods

SetBulletType(AmmoType)

public void SetBulletType(JokeRifle.AbstractRifle.AmmoType type)

Parameters

type JokeRifle.AbstractRifle.AmmoType

ToString()

public override string ToString()

Returns

string