C# Class BattleMenuItem, RPGQuest

Exibir arquivo Open project: hughrogers/RPGQuest Class Usage Examples

Public Properties

Property Type Description
action BattleAction,
active bool
add bool
content GUIContent
id int
info string
isTarget bool
lastActive bool
lastAdd bool
type string
useLevel int

Public Methods

Method Description
BattleMenuItem ( GUIContent c, int i, int ul, string t, bool it, string inf, BattleAction, a ) : System.Collections
BattleMenuItem ( GUIContent c, int i, string t, bool it, string inf ) : System.Collections
BattleMenuItem ( GUIContent c, int i, string t, bool it, string inf, BattleAction, a ) : System.Collections
BattleMenuItem ( string n, int i, string t, bool it, string inf ) : System.Collections
Check ( Character, c ) : bool

Method Details

BattleMenuItem() public method

public BattleMenuItem ( GUIContent c, int i, int ul, string t, bool it, string inf, BattleAction, a ) : System.Collections
c GUIContent
i int
ul int
t string
it bool
inf string
a BattleAction,
return System.Collections

BattleMenuItem() public method

public BattleMenuItem ( GUIContent c, int i, string t, bool it, string inf ) : System.Collections
c GUIContent
i int
t string
it bool
inf string
return System.Collections

BattleMenuItem() public method

public BattleMenuItem ( GUIContent c, int i, string t, bool it, string inf, BattleAction, a ) : System.Collections
c GUIContent
i int
t string
it bool
inf string
a BattleAction,
return System.Collections

BattleMenuItem() public method

public BattleMenuItem ( string n, int i, string t, bool it, string inf ) : System.Collections
n string
i int
t string
it bool
inf string
return System.Collections

Check() public method

public Check ( Character, c ) : bool
c Character,
return bool

Property Details

action public_oe property

public BattleAction, action
return BattleAction,

active public_oe property

public bool active
return bool

add public_oe property

public bool add
return bool

content public_oe property

public GUIContent content
return GUIContent

id public_oe property

public int id
return int

info public_oe property

public string info
return string

isTarget public_oe property

public bool isTarget
return bool

lastActive public_oe property

public bool lastActive
return bool

lastAdd public_oe property

public bool lastAdd
return bool

type public_oe property

public string type
return string

useLevel public_oe property

public int useLevel
return int