C# Class NScumm.Sword1.MemHandle

Show file Open project: scemino/nscumm Class Usage Examples

Public Properties

Property Type Description
cond ushort
data byte[]
next MemHandle
refCount uint
size uint

Property Details

cond public property

public ushort cond
return ushort

data public property

public byte[] data
return byte[]

next public property

public MemHandle,NScumm.Sword1 next
return MemHandle

refCount public property

public uint refCount
return uint

size public property

public uint size
return uint