C# Class GameStruct.NPCInfo

Mostrar archivo Open project: dream-young-soul/soul Class Usage Examples

Public Properties

Property Type Description
ScriptID uint
ScriptPath String
id uint
lookface int
mapid uint
name String
x short
y short

Public Methods

Method Description
NPCInfo ( ) : System

Method Details

NPCInfo() public method

public NPCInfo ( ) : System
return System

Property Details

ScriptID public_oe property

public uint ScriptID
return uint

ScriptPath public_oe property

public String ScriptPath
return String

id public_oe property

public uint id
return uint

lookface public_oe property

public int lookface
return int

mapid public_oe property

public uint mapid
return uint

name public_oe property

public String name
return String

x public_oe property

public short x
return short

y public_oe property

public short y
return short