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
grabberCreaturegrabbedPhysicalObjectgraspUsedintchunkGrabbedintshareabilityCreature.Grasp.Shareabilitydominancefloatpacifyingbool
Fields
chunkGrabbed
public int chunkGrabbed
Field Value
discontinued
public bool discontinued
Field Value
dominance
public float dominance
Field Value
grabbed
public PhysicalObject grabbed
Field Value
grabber
public Creature grabber
Field Value
graspUsed
public int graspUsed
Field Value
pacifying
public bool pacifying
Field Value
shareability
public Creature.Grasp.Shareability shareability
Field Value
Properties
grabbedChunk
public BodyChunk grabbedChunk { get; }
Property Value
Methods
Release()
public void Release()
ShareabilityConflict(Shareability)
public bool ShareabilityConflict(Creature.Grasp.Shareability other)
Parameters
otherCreature.Grasp.Shareability