Table of Contents

Class Creature.Grasp

Namespace
Global
Assembly
Assembly-CSharp.dll
public class Creature.Grasp
Inheritance
Creature.Grasp
Inherited Members

Constructors

Grasp(Creature, PhysicalObject, int, int, Shareability, float, bool)

public Grasp(Creature grabber, PhysicalObject grabbed, int graspUsed, int chunkGrabbed, Creature.Grasp.Shareability shareability, float dominance, bool pacifying)

Parameters

grabber Creature
grabbed PhysicalObject
graspUsed int
chunkGrabbed int
shareability Creature.Grasp.Shareability
dominance float
pacifying bool

Fields

chunkGrabbed

public int chunkGrabbed

Field Value

int

discontinued

public bool discontinued

Field Value

bool

dominance

public float dominance

Field Value

float

grabbed

public PhysicalObject grabbed

Field Value

PhysicalObject

grabber

public Creature grabber

Field Value

Creature

graspUsed

public int graspUsed

Field Value

int

pacifying

public bool pacifying

Field Value

bool

shareability

public Creature.Grasp.Shareability shareability

Field Value

Creature.Grasp.Shareability

Properties

grabbedChunk

public BodyChunk grabbedChunk { get; }

Property Value

BodyChunk

Methods

Release()

public void Release()

ShareabilityConflict(Shareability)

public bool ShareabilityConflict(Creature.Grasp.Shareability other)

Parameters

other Creature.Grasp.Shareability

Returns

bool