Method | Description | |
---|---|---|
AddMarkerReq ( |
||
AddPacksReq ( System.Guid packs, bool selfOnly ) : void | ||
AnchorCard ( |
||
Binary ( ) : void | ||
Boot ( Octgn.Play.Player player, string reason ) : void | ||
CancelLimitedReq ( ) : void | ||
CardSwitchTo ( Octgn.Play.Player player, |
||
ChatReq ( string text ) : void | ||
CounterReq ( Octgn.Play.Counter counter, int value, bool isScriptChange ) : void | ||
CreateAliasDeprecated ( int id, ulong type ) : void | ||
CreateCard ( int id, System.Guid type, string size, Group group ) : void | ||
CreateCardAt ( int id, System.Guid modelId, int x, int y, bool faceUp, bool persist ) : void | ||
DeleteCard ( |
||
DontTakeReq ( Octgn.Play.ControllableObject id, Octgn.Play.Player to ) : void | ||
Error ( string msg ) : void | ||
Filter ( |
||
FreezeCardsVisibility ( Group group ) : void | ||
GameState ( Octgn.Play.Player toPlayer, string state ) : void | ||
GameStateReq ( Octgn.Play.Player player ) : void | ||
GroupVisAddReq ( Group group, Octgn.Play.Player who ) : void | ||
GroupVisRemoveReq ( Group group, Octgn.Play.Player who ) : void | ||
GroupVisReq ( Group group, bool defined, bool visible ) : void | ||
Hello ( string nick, ulong pkey, string client, System.Version clientVer, System.Version octgnVer, System.Guid gameId, System.Version gameVersion, string password, bool spectator ) : void | ||
HelloAgain ( byte pid, string nick, ulong pkey, string client, System.Version clientVer, System.Version octgnVer, System.Guid gameId, System.Version gameVersion, string password ) : void | ||
Highlight ( |
||
IsTableBackgroundFlipped ( bool isFlipped ) : void | ||
Leave ( Octgn.Play.Player player ) : void | ||
LoadDeck ( int id, System.Guid type, Group group, string size, string sleeve, bool limited ) : void | ||
LookAtBottomReq ( int uid, Group group, int count, bool look ) : void | ||
LookAtReq ( int uid, Group group, bool look ) : void | ||
LookAtTopReq ( int uid, Group group, int count, bool look ) : void | ||
MoveCardAtReq ( int id, int x, int y, int idx, bool isScriptMove, bool faceUp ) : void | ||
MoveCardReq ( int id, Group group, int idx, bool faceUp, bool isScriptMove ) : void | ||
NextTurn ( Octgn.Play.Player nextPlayer, bool force ) : void | ||
NickReq ( string nick ) : void | ||
PassToReq ( Octgn.Play.ControllableObject id, Octgn.Play.Player to, bool requested ) : void | ||
PeekReq ( |
||
Ping ( ) : void | ||
PlaySound ( Octgn.Play.Player player, string name ) : void | ||
PlayerSetGlobalVariable ( Octgn.Play.Player player, string name, string oldval, string val ) : void | ||
PlayerSettings ( Octgn.Play.Player playerId, bool invertedTable, bool spectator ) : void | ||
PrintReq ( string text ) : void | ||
RandomReq ( int min, int max ) : void | ||
Ready ( Octgn.Play.Player player ) : void | ||
RemoteCall ( Octgn.Play.Player player, string function, string args ) : void | ||
RemoveMarkerReq ( |
||
ResetCardProperties ( |
||
ResetReq ( ) : void | ||
RotateReq ( |
||
SetBoard ( string name ) : void | ||
SetCardProperty ( |
||
SetGlobalVariable ( string name, string oldval, string val ) : void | ||
SetPhase ( byte phase, byte nextPhase, bool force ) : void | ||
SetPlayerColor ( Octgn.Play.Player player, string color ) : void | ||
Settings ( bool twoSidedTable, bool allowSpectators, bool muteSpectators ) : void | ||
ShuffleDeprecated ( Group group, int card ) : void | ||
Shuffled ( Octgn.Play.Player player, Group group, int card, short pos ) : void | ||
Start ( ) : void | ||
StartLimitedReq ( System.Guid packs ) : void | ||
StopPhaseReq ( int turnNumber, byte phase, bool stop ) : void | ||
StopTurnReq ( int turnNumber, bool stop ) : void | ||
TakeFromReq ( Octgn.Play.ControllableObject id, Octgn.Play.Player from ) : void | ||
TargetArrowReq ( |
||
TargetReq ( |
||
TransferMarkerReq ( |
||
TurnReq ( |
||
UnaliasDeprecated ( int card, ulong type ) : void | ||
UnaliasGrpDeprecated ( Group group ) : void | ||
UntargetReq ( |
Method | Description | |
---|---|---|
Send ( byte data ) : void |
public AddMarkerReq ( |
||
card | ||
id | System.Guid | |
name | string | |
count | ushort | |
origCount | ushort | |
isScriptChange | bool | |
return | void |
public AddPacksReq ( System.Guid packs, bool selfOnly ) : void | ||
packs | System.Guid | |
selfOnly | bool | |
return | void |
public AnchorCard ( |
||
id | ||
player | Octgn.Play.Player | |
anchor | bool | |
return | void |
public Boot ( Octgn.Play.Player player, string reason ) : void | ||
player | Octgn.Play.Player | |
reason | string | |
return | void |
public CardSwitchTo ( Octgn.Play.Player player, |
||
player | Octgn.Play.Player | |
card | ||
alternate | string | |
return | void |
public CounterReq ( Octgn.Play.Counter counter, int value, bool isScriptChange ) : void | ||
counter | Octgn.Play.Counter | |
value | int | |
isScriptChange | bool | |
return | void |
public CreateAliasDeprecated ( int id, ulong type ) : void | ||
id | int | |
type | ulong | |
return | void |
public CreateCard ( int id, System.Guid type, string size, Group group ) : void | ||
id | int | |
type | System.Guid | |
size | string | |
group | Group | |
return | void |
public CreateCardAt ( int id, System.Guid modelId, int x, int y, bool faceUp, bool persist ) : void | ||
id | int | |
modelId | System.Guid | |
x | int | |
y | int | |
faceUp | bool | |
persist | bool | |
return | void |
public DeleteCard ( |
||
card | ||
player | Octgn.Play.Player | |
return | void |
public DontTakeReq ( Octgn.Play.ControllableObject id, Octgn.Play.Player to ) : void | ||
id | Octgn.Play.ControllableObject | |
to | Octgn.Play.Player | |
return | void |
public Filter ( |
||
card | ||
color | Color | |
return | void |
public FreezeCardsVisibility ( Group group ) : void | ||
group | Group | |
return | void |
public GameState ( Octgn.Play.Player toPlayer, string state ) : void | ||
toPlayer | Octgn.Play.Player | |
state | string | |
return | void |
public GameStateReq ( Octgn.Play.Player player ) : void | ||
player | Octgn.Play.Player | |
return | void |
public GroupVisAddReq ( Group group, Octgn.Play.Player who ) : void | ||
group | Group | |
who | Octgn.Play.Player | |
return | void |
public GroupVisRemoveReq ( Group group, Octgn.Play.Player who ) : void | ||
group | Group | |
who | Octgn.Play.Player | |
return | void |
public GroupVisReq ( Group group, bool defined, bool visible ) : void | ||
group | Group | |
defined | bool | |
visible | bool | |
return | void |
public Hello ( string nick, ulong pkey, string client, System.Version clientVer, System.Version octgnVer, System.Guid gameId, System.Version gameVersion, string password, bool spectator ) : void | ||
nick | string | |
pkey | ulong | |
client | string | |
clientVer | System.Version | |
octgnVer | System.Version | |
gameId | System.Guid | |
gameVersion | System.Version | |
password | string | |
spectator | bool | |
return | void |
public HelloAgain ( byte pid, string nick, ulong pkey, string client, System.Version clientVer, System.Version octgnVer, System.Guid gameId, System.Version gameVersion, string password ) : void | ||
pid | byte | |
nick | string | |
pkey | ulong | |
client | string | |
clientVer | System.Version | |
octgnVer | System.Version | |
gameId | System.Guid | |
gameVersion | System.Version | |
password | string | |
return | void |
public Highlight ( |
||
card | ||
color | Color | |
return | void |
public IsTableBackgroundFlipped ( bool isFlipped ) : void | ||
isFlipped | bool | |
return | void |
public Leave ( Octgn.Play.Player player ) : void | ||
player | Octgn.Play.Player | |
return | void |
public LoadDeck ( int id, System.Guid type, Group group, string size, string sleeve, bool limited ) : void | ||
id | int | |
type | System.Guid | |
group | Group | |
size | string | |
sleeve | string | |
limited | bool | |
return | void |
public LookAtBottomReq ( int uid, Group group, int count, bool look ) : void | ||
uid | int | |
group | Group | |
count | int | |
look | bool | |
return | void |
public LookAtReq ( int uid, Group group, bool look ) : void | ||
uid | int | |
group | Group | |
look | bool | |
return | void |
public LookAtTopReq ( int uid, Group group, int count, bool look ) : void | ||
uid | int | |
group | Group | |
count | int | |
look | bool | |
return | void |
public MoveCardAtReq ( int id, int x, int y, int idx, bool isScriptMove, bool faceUp ) : void | ||
id | int | |
x | int | |
y | int | |
idx | int | |
isScriptMove | bool | |
faceUp | bool | |
return | void |
public MoveCardReq ( int id, Group group, int idx, bool faceUp, bool isScriptMove ) : void | ||
id | int | |
group | Group | |
idx | int | |
faceUp | bool | |
isScriptMove | bool | |
return | void |
public NextTurn ( Octgn.Play.Player nextPlayer, bool force ) : void | ||
nextPlayer | Octgn.Play.Player | |
force | bool | |
return | void |
public PassToReq ( Octgn.Play.ControllableObject id, Octgn.Play.Player to, bool requested ) : void | ||
id | Octgn.Play.ControllableObject | |
to | Octgn.Play.Player | |
requested | bool | |
return | void |
public PlaySound ( Octgn.Play.Player player, string name ) : void | ||
player | Octgn.Play.Player | |
name | string | |
return | void |
public PlayerSetGlobalVariable ( Octgn.Play.Player player, string name, string oldval, string val ) : void | ||
player | Octgn.Play.Player | |
name | string | |
oldval | string | |
val | string | |
return | void |
public PlayerSettings ( Octgn.Play.Player playerId, bool invertedTable, bool spectator ) : void | ||
playerId | Octgn.Play.Player | |
invertedTable | bool | |
spectator | bool | |
return | void |
public Ready ( Octgn.Play.Player player ) : void | ||
player | Octgn.Play.Player | |
return | void |
public RemoteCall ( Octgn.Play.Player player, string function, string args ) : void | ||
player | Octgn.Play.Player | |
function | string | |
args | string | |
return | void |
public RemoveMarkerReq ( |
||
card | ||
id | System.Guid | |
name | string | |
count | ushort | |
origCount | ushort | |
isScriptChange | bool | |
return | void |
public ResetCardProperties ( |
||
id | ||
player | Octgn.Play.Player | |
return | void |
public RotateReq ( |
||
card | ||
rot | CardOrientation | |
return | void |
public SetCardProperty ( |
||
id | ||
player | Octgn.Play.Player | |
name | string | |
val | string | |
valtype | string | |
return | void |
public SetGlobalVariable ( string name, string oldval, string val ) : void | ||
name | string | |
oldval | string | |
val | string | |
return | void |
public SetPhase ( byte phase, byte nextPhase, bool force ) : void | ||
phase | byte | |
nextPhase | byte | |
force | bool | |
return | void |
public SetPlayerColor ( Octgn.Play.Player player, string color ) : void | ||
player | Octgn.Play.Player | |
color | string | |
return | void |
public Settings ( bool twoSidedTable, bool allowSpectators, bool muteSpectators ) : void | ||
twoSidedTable | bool | |
allowSpectators | bool | |
muteSpectators | bool | |
return | void |
public ShuffleDeprecated ( Group group, int card ) : void | ||
group | Group | |
card | int | |
return | void |
public Shuffled ( Octgn.Play.Player player, Group group, int card, short pos ) : void | ||
player | Octgn.Play.Player | |
group | Group | |
card | int | |
pos | short | |
return | void |
public StartLimitedReq ( System.Guid packs ) : void | ||
packs | System.Guid | |
return | void |
public StopPhaseReq ( int turnNumber, byte phase, bool stop ) : void | ||
turnNumber | int | |
phase | byte | |
stop | bool | |
return | void |
public StopTurnReq ( int turnNumber, bool stop ) : void | ||
turnNumber | int | |
stop | bool | |
return | void |
public TakeFromReq ( Octgn.Play.ControllableObject id, Octgn.Play.Player from ) : void | ||
id | Octgn.Play.ControllableObject | |
from | Octgn.Play.Player | |
return | void |
public TargetArrowReq ( |
||
card | ||
otherCard | ||
isScriptChange | bool | |
return | void |
public TargetReq ( |
||
card | ||
isScriptChange | bool | |
return | void |
public TransferMarkerReq ( |
||
from | ||
to | ||
id | System.Guid | |
name | string | |
count | ushort | |
origCount | ushort | |
isScriptChange | bool | |
return | void |
public TurnReq ( |
||
card | ||
up | bool | |
return | void |
public UnaliasDeprecated ( int card, ulong type ) : void | ||
card | int | |
type | ulong | |
return | void |
public UnaliasGrpDeprecated ( Group group ) : void | ||
group | Group | |
return | void |
public UntargetReq ( |
||
card | ||
isScriptChange | bool | |
return | void |