Difference between revisions of "TVector"

From Soldat Community Wiki
Jump to: navigation, search
(new page)
 
(Description)
 
Line 1: Line 1:
 
==Description==
 
==Description==
Type used by [[TMap.RayCastVector]].
+
Type used by [[TMap.RayCastVector]] and [[TMap.CreateBulletVector]].
  
 
==Declaration==
 
==Declaration==

Latest revision as of 08:15, 5 October 2014

Description

Type used by TMap.RayCastVector and TMap.CreateBulletVector.

Declaration

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