C# Class Server.Misc.ShardPollOption

Show file Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
AddVote ( Server.Network.NetState ns ) : void
ComputeHeight ( ) : int
GetBreaks ( string title ) : int
HasAlreadyVoted ( Server.Network.NetState ns ) : bool
Serialize ( Server.GenericWriter writer ) : void
ShardPollOption ( Server.GenericReader reader ) : System
ShardPollOption ( string title ) : System

Method Details

AddVote() public method

public AddVote ( Server.Network.NetState ns ) : void
ns Server.Network.NetState
return void

ComputeHeight() public method

public ComputeHeight ( ) : int
return int

GetBreaks() public method

public GetBreaks ( string title ) : int
title string
return int

HasAlreadyVoted() public method

public HasAlreadyVoted ( Server.Network.NetState ns ) : bool
ns Server.Network.NetState
return bool

Serialize() public method

public Serialize ( Server.GenericWriter writer ) : void
writer Server.GenericWriter
return void

ShardPollOption() public method

public ShardPollOption ( Server.GenericReader reader ) : System
reader Server.GenericReader
return System

ShardPollOption() public method

public ShardPollOption ( string title ) : System
title string
return System