TMap

From Soldat Community Wiki
Revision as of 00:37, 24 July 2013 by DarkCrusade (talk | contribs)
Jump to: navigation, search

Inheritance

Description

Used to access information on player's field of vision, get a flag's pointer or creating new objects or spawnpoints on the map.

Members

R</td></tr> R</td></tr> R</td></tr> R</td></tr> R</td></tr> RW</td></tr> RW</td></tr>
Member declarationAccess mode
function RayCast(X1,Y1,X2,Y2:Single; Player,Flag,Bullet,CheckCollider:Boolean; Team:Byte):Boolean
function RayCastVector(A,B:TVector; Player,Flag,Bullet,CheckCollider:Boolean; Team:Byte):Boolean
function AddObject(Obj:TNewMapObject):TActiveMapObject
function AddSpawnPoint(Spawn:TNewSpawnPoint):TActiveSpawnPoint

property Objects: Byte
property Spawns: Byte
property RedFlag: Byte
property BlueFlag: Byte
property YellowFlag: Byte
property OnBeforeMapChange
property OnAfterMapChange