C# Class Poke1Protocol.SwitchedPokemon

ファイルを表示 Open project: IamSanjid/pokeone-pluse Class Usage Examples

Public Properties

Property Type Description
Forme string
Gender string
Health int
ID int
Level int
MaxHealth int
Moves PSXAPI.Response.Payload.BattleMove[]
Personality int
RepeatAttack bool
Sent bool
Shiny bool
Species string
Status string
Trainer string

Property Details

Forme public_oe property

public string Forme
return string

Gender public_oe property

public string Gender
return string

Health public_oe property

public int Health
return int

ID public_oe property

public int ID
return int

Level public_oe property

public int Level
return int

MaxHealth public_oe property

public int MaxHealth
return int

Moves public_oe property

public PSXAPI.Response.Payload.BattleMove[] Moves
return PSXAPI.Response.Payload.BattleMove[]

Personality public_oe property

public int Personality
return int

RepeatAttack public_oe property

public bool RepeatAttack
return bool

Sent public_oe property

public bool Sent
return bool

Shiny public_oe property

public bool Shiny
return bool

Species public_oe property

public string Species
return string

Status public_oe property

public string Status
return string

Trainer public_oe property

public string Trainer
return string