An Image-Nexus Class Library
Assembly: RTS_MinimapInterfaces (in RTS_MinimapInterfaces.dll) Version: 1.0.3947.32835
Required reference to game engine.
Namespace: TWEngineAssembly: RTS_MinimapInterfaces (in RTS_MinimapInterfaces.dll) Version: 1.0.3947.32835
Syntax
| C# |
public interface IMinimapEngineRef
Members
| All Members | Properties |
| Member | Description | |
|---|---|---|
| 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'.
|