Property | Type | Description | |
---|---|---|---|
ExtendWindowHeight | bool |
Method | Description | |
---|---|---|
Draw ( ) : void | ||
Draw ( |
||
OnActivate ( ) : void | ||
OnChangeSelection ( bool down ) : void | ||
OnChangeSelection ( int newIndex ) : void | ||
RPGListMenu ( string bannerCaption, LogicSpawn.GTARPG.Core.Objects.GTASprite banner, Action |
Method | Description | |
---|---|---|
Usable ( IMenuItem item ) : bool |
public OnChangeSelection ( bool down ) : void | ||
down | bool | |
return | void |
public OnChangeSelection ( int newIndex ) : void | ||
newIndex | int | |
return | void |
public RPGListMenu ( string bannerCaption, LogicSpawn.GTARPG.Core.Objects.GTASprite banner, Action |
||
bannerCaption | string | |
banner | LogicSpawn.GTARPG.Core.Objects.GTASprite | |
activationAction | Action |
|
items | IMenuItem | |
return | System |