TVector

From Soldat Community Wiki
Jump to: navigation, search

Description

Type used by TMap.RayCastVector and TMap.CreateBulletVector.

Declaration

 type TVector = RECORD
  X: single;
  Y: single;
 end;