CRaPI - Correct Robust and Perfect API

PositionEventHandler Delegate

Handling event fired when player position has been calculated

public delegate void PositionEventHandler(
   object sender,
   PositionEventArgs e
);

Requirements

Namespace: TeamYaffa.CRaPI.World

Assembly: CRaPI (in CRaPI.dll)

See Also

TeamYaffa.CRaPI.World Namespace