CRaPI - Correct Robust and Perfect API

VagueObject Constructor 

Creates the VagueObject with a type, direction and what cycle it was seen.

public VagueObject(
   VagueType pType,
   double pDirection,
   int pCycle
);

Parameters

pType
What type of object that is seen.
pDirection
In what direction the object was seen.
pCycle
What cycle it was seen.

See Also

VagueObject Class | TeamYaffa.CRaPI.World.GameObjects Namespace