TVector

From Soldat Community Wiki
Revision as of 08:15, 5 October 2014 by Mighty (talk | contribs) (Description)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Description

Type used by TMap.RayCastVector and TMap.CreateBulletVector.

Declaration

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