C# Class NScumm.Scumm.ScummEngine0.VerbSettings

Mostra file Open project: scemino/nscumm

Public Properties

Property Type Description
id VerbsV0
name string
x_pos int
y_pos int

Public Methods

Method Description
VerbSettings ( VerbsV0 id, int x_pos, int y_pos, string name ) : System.Linq

Method Details

VerbSettings() public method

public VerbSettings ( VerbsV0 id, int x_pos, int y_pos, string name ) : System.Linq
id VerbsV0
x_pos int
y_pos int
name string
return System.Linq

Property Details

id public_oe property

public VerbsV0 id
return VerbsV0

name public_oe property

public string name
return string

x_pos public_oe property

public int x_pos
return int

y_pos public_oe property

public int y_pos
return int