CRaPI - Correct Robust and Perfect API

MobileObject Constructor (Double, Double, Int32, Point2D)

Constructs a MobileObject

public MobileObject(
   double pDirectionChange,
   double pDistanceChange,
   int pLastSeen,
   Point2D pPosition
);

Parameters

pDirectionChange
The direction change
pDistanceChange
The distance change
pLastSeen
The server cycle in which this MobileObject was last seen
pPosition
The position

See Also

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