Class SharedNavMapSystem
Inheritance
System.Object
SharedNavMapSystem
Assembly: Content.Shared.dll
Syntax
public abstract class SharedNavMapSystem : EntitySystem
Fields
|
Improve this Doc
View Source
ChunkSize
Declaration
public const byte ChunkSize = null
Field Value
| Type |
Description |
| System.Byte |
|
Methods
|
Improve this Doc
View Source
GetFlag(Vector2i)
Converts the chunk's tile into a bitflag for the slot.
Declaration
public static int GetFlag(Vector2i relativeTile)
Parameters
| Type |
Name |
Description |
| Vector2i |
relativeTile |
|
Returns
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
GetTile(Int32)
Converts the chunk's tile into a bitflag for the slot.
Declaration
public static Vector2i GetTile(int flag)
Parameters
| Type |
Name |
Description |
| System.Int32 |
flag |
|
Returns
| Type |
Description |
| Vector2i |
|