C# Class MonsterDef, nightmare_cooperative

Show file Open project: jonbro/nightmare_cooperative Class Usage Examples

Public Properties

Property Type Description
characterDefs MonsterDef[],
color Color
description string
directions int[]
hasTurnCount bool
isDistance bool
isPassable bool
isTile bool
monsterDefs MonsterDef[],
moveType RLCharacter.RLTypes
name string
pickupDefs MonsterDef[],
sx int
sy int
tile RL.TileType

Property Details

characterDefs public static property

public static MonsterDef[], characterDefs
return MonsterDef[],

color public property

public Color color
return Color

description public property

public string description
return string

directions public property

public int[] directions
return int[]

hasTurnCount public property

public bool hasTurnCount
return bool

isDistance public property

public bool isDistance
return bool

isPassable public property

public bool isPassable
return bool

isTile public property

public bool isTile
return bool

monsterDefs public static property

public static MonsterDef[], monsterDefs
return MonsterDef[],

moveType public property

public RLCharacter.RLTypes moveType
return RLCharacter.RLTypes

name public property

public string name
return string

pickupDefs public static property

public static MonsterDef[], pickupDefs
return MonsterDef[],

sx public property

public int sx
return int

sy public property

public int sy
return int

tile public property

public RL.TileType tile
return RL.TileType