C# Class Plasma.pnAuth2Cli_PlayerCreateReply

Inheritance: Plasma.plNetStruct
Exibir arquivo 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_oe property

public uint fFlags
return uint

fPlayerID public_oe property

public uint fPlayerID
return uint

fPlayerName public_oe property

public string fPlayerName
return string

fResult public_oe property

public ENetError fResult
return ENetError

fShape public_oe property

public string fShape
return string

fTransID public_oe property

public uint fTransID
return uint