CRaPI - Correct Robust and Perfect API

FieldPlayer Constructor (String, Int32, Boolean, Double, Double, Int32, Point2D)

Consructs a FieldPlayer

public FieldPlayer(
   string pTeamName,
   int pUniformNumber,
   bool pGoalie,
   double pDirectionChange,
   double pDistanceChange,
   int pLastSeen,
   Point2D pPosition
);

Parameters

pTeamName
The team name
pUniformNumber
The number
pGoalie
Toggle if this player is a goalie
pDirectionChange
The change in direction
pDistanceChange
The change in distance
pLastSeen
When this player was last seen
pPosition
The position

See Also

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