An Image-Nexus Class Library
Required reference to game engine.

Namespace: TWEngine
Assembly: RTS_MinimapInterfaces (in RTS_MinimapInterfaces.dll) Version: 1.0.3947.32835

Syntax

   
 C# 
public interface IMinimapEngineRef

Members

      
 All Members  Properties  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ContentMiscLoc
Content Misc project folder location.
MaxAllowablePlayers
Max allowed players in game engine.
PathNodeSize
Stores the A* path node size, or number of nodes in the given graph; for example, 57 is 57x57.
PathNodeStride
Stores the A* Graph's path node stride, or distance between a tile node.
Players
Collection of IFOWPlayer items.
ThisPlayer
Get or set the SPlayers collection index value, used to retrieve the current 'Players'.

See Also