C# Class Plasma.pnAuth2Cli_PlayerCreateReply

Inheritance: Plasma.plNetStruct
Show file Open project: Hoikas/PlasmaDotNet Class Usage Examples

Public Properties

Property Type Description
fFlags uint
fPlayerID uint
fPlayerName string
fResult ENetError
fShape string
fTransID uint

Public Methods

Method Description
Read ( Plasma.hsStream s ) : void
Write ( Plasma.hsStream s ) : void

Method Details

Read() public method

public Read ( Plasma.hsStream s ) : void
s Plasma.hsStream
return void

Write() public method

public Write ( Plasma.hsStream s ) : void
s Plasma.hsStream
return void

Property Details

fFlags public property

public uint fFlags
return uint

fPlayerID public property

public uint fPlayerID
return uint

fPlayerName public property

public string fPlayerName
return string

fResult public property

public ENetError fResult
return ENetError

fShape public property

public string fShape
return string

fTransID public property

public uint fTransID
return uint