C# 클래스 FSO.SimAntics.NetPlay.EODs.Handlers.VMEODPizzaMakerPlugin

상속: VMEODHandler
파일 보기 프로젝트 열기: RHY3756547/FreeSO

공개 프로퍼티들

프로퍼티 타입 설명
Cards List
CardsPerBonusIngredientPerSize int
CardsPerLargeIngredient int
CardsPerMediumIngredient int
CardsPerSmallIngredient int
ContributionTimeoutSeconds int
ControllerClient VMEODClient
LastPizzaResult int
PhoneWaitSeconds int
PizzaPlayers FSO.SimAntics.NetPlay.EODs.Handlers.VMEODPizzaPlayer[]
Players VMEODClient[]
RestartDelaySeconds int
State VMEODPizzaState
Timer int
TimerFrames int

공개 메소드들

메소드 설명
EnterState ( VMEODPizzaState state ) : void
InsertCard ( VMEODIngredientCard card ) : void
OnConnection ( VMEODClient client ) : void
OnDisconnection ( VMEODClient client ) : void
P_Close ( string evt, string text, VMEODClient client ) : void
P_Ingredient ( string evt, string text, VMEODClient client ) : void
PlayerContributionUpdate ( ) : void
PlayerHandUpdate ( VMEODClient client, VMEODPizzaPlayer player ) : void
PlayerRosterUpdate ( ) : void
PopulateCards ( ) : void
S_AllContributed ( short evt, VMEODClient client ) : void
S_RespondBake ( short evt, VMEODClient client ) : void
S_RespondPhone ( short evt, VMEODClient client ) : void
SendTime ( ) : void
SetTimer ( int remaining ) : void
TakeCard ( ) : VMEODIngredientCard
Tick ( ) : void
VMEODPizzaMakerPlugin ( VMEODServer server ) : System

메소드 상세

EnterState() 공개 메소드

public EnterState ( VMEODPizzaState state ) : void
state VMEODPizzaState
리턴 void

InsertCard() 공개 메소드

public InsertCard ( VMEODIngredientCard card ) : void
card VMEODIngredientCard
리턴 void

OnConnection() 공개 메소드

public OnConnection ( VMEODClient client ) : void
client VMEODClient
리턴 void

OnDisconnection() 공개 메소드

public OnDisconnection ( VMEODClient client ) : void
client VMEODClient
리턴 void

P_Close() 공개 메소드

public P_Close ( string evt, string text, VMEODClient client ) : void
evt string
text string
client VMEODClient
리턴 void

P_Ingredient() 공개 메소드

public P_Ingredient ( string evt, string text, VMEODClient client ) : void
evt string
text string
client VMEODClient
리턴 void

PlayerContributionUpdate() 공개 메소드

public PlayerContributionUpdate ( ) : void
리턴 void

PlayerHandUpdate() 공개 메소드

public PlayerHandUpdate ( VMEODClient client, VMEODPizzaPlayer player ) : void
client VMEODClient
player VMEODPizzaPlayer
리턴 void

PlayerRosterUpdate() 공개 메소드

public PlayerRosterUpdate ( ) : void
리턴 void

PopulateCards() 공개 메소드

public PopulateCards ( ) : void
리턴 void

S_AllContributed() 공개 메소드

public S_AllContributed ( short evt, VMEODClient client ) : void
evt short
client VMEODClient
리턴 void

S_RespondBake() 공개 메소드

public S_RespondBake ( short evt, VMEODClient client ) : void
evt short
client VMEODClient
리턴 void

S_RespondPhone() 공개 메소드

public S_RespondPhone ( short evt, VMEODClient client ) : void
evt short
client VMEODClient
리턴 void

SendTime() 공개 메소드

public SendTime ( ) : void
리턴 void

SetTimer() 공개 메소드

public SetTimer ( int remaining ) : void
remaining int
리턴 void

TakeCard() 공개 메소드

public TakeCard ( ) : VMEODIngredientCard
리턴 VMEODIngredientCard

Tick() 공개 메소드

public Tick ( ) : void
리턴 void

VMEODPizzaMakerPlugin() 공개 메소드

public VMEODPizzaMakerPlugin ( VMEODServer server ) : System
server VMEODServer
리턴 System

프로퍼티 상세

Cards 공개적으로 프로퍼티

public List Cards
리턴 List

CardsPerBonusIngredientPerSize 공개적으로 프로퍼티

public int CardsPerBonusIngredientPerSize
리턴 int

CardsPerLargeIngredient 공개적으로 프로퍼티

public int CardsPerLargeIngredient
리턴 int

CardsPerMediumIngredient 공개적으로 프로퍼티

public int CardsPerMediumIngredient
리턴 int

CardsPerSmallIngredient 공개적으로 프로퍼티

public int CardsPerSmallIngredient
리턴 int

ContributionTimeoutSeconds 공개적으로 프로퍼티

public int ContributionTimeoutSeconds
리턴 int

ControllerClient 공개적으로 프로퍼티

public VMEODClient ControllerClient
리턴 VMEODClient

LastPizzaResult 공개적으로 프로퍼티

public int LastPizzaResult
리턴 int

PhoneWaitSeconds 공개적으로 프로퍼티

public int PhoneWaitSeconds
리턴 int

PizzaPlayers 공개적으로 프로퍼티

public VMEODPizzaPlayer[],FSO.SimAntics.NetPlay.EODs.Handlers PizzaPlayers
리턴 FSO.SimAntics.NetPlay.EODs.Handlers.VMEODPizzaPlayer[]

Players 공개적으로 프로퍼티

public VMEODClient[] Players
리턴 VMEODClient[]

RestartDelaySeconds 공개적으로 프로퍼티

public int RestartDelaySeconds
리턴 int

State 공개적으로 프로퍼티

public VMEODPizzaState State
리턴 VMEODPizzaState

Timer 공개적으로 프로퍼티

public int Timer
리턴 int

TimerFrames 공개적으로 프로퍼티

public int TimerFrames
리턴 int