CRaPI - Correct Robust and Perfect API

MobileObject Constructor (Double, Double, Int32, Point2D, Double, Double, String)

Constructs a MobileObject

public MobileObject(
   double pDirectionChange,
   double pDistanceChange,
   int pLastSeen,
   Point2D pPosition,
   double pDistance,
   double pDirection,
   string pName
);

Parameters

pDirectionChange
The direction change
pDistanceChange
The distance change
pLastSeen
The server cycle in which this MobileObject was last seen
pPosition
The position
pDistance
The distance to this MobileObject
pDirection
The direction to this MobileObject
pName
The name of this MobileObject

See Also

MobileObject Class | TeamYaffa.CRaPI.World.GameObjects Namespace | MobileObject Constructor Overload List