Property | Type | Description | |
---|---|---|---|
PropertyOverrides | Dictionary |
Property | Type | Description | |
---|---|---|---|
AddMarker | void | ||
AddMarker | void | ||
Card | System | ||
Find | |||
FindMarker | Octgn.Play.Marker | ||
FindRemovedMarker | Octgn.Play.Marker | ||
GetBitmapImage | |||
IsVisibleToAll | bool | ||
MoveCardsTo | void | ||
MoveCardsTo | void | ||
MoveCardsTo | void | ||
NotControlledError | void | ||
Remove | void | ||
RemoveMarker | int | ||
RemoveMarker | void | ||
Reset | void | ||
SetFaceUp | void | ||
SetFilter | void | ||
SetHighlight | void | ||
SetMarker | void | ||
SetModel | void | ||
SetOrientation | void | ||
SetOverrideGroupVisibility | void | ||
SetTargetedBy | void | ||
SetVisibility | void | ||
TryToManipulate | bool | ||
hasProperty | bool |
Method | Description | |
---|---|---|
AllCards ( ) : Octgn.Play.Card[] | ||
Alternate ( ) : string | ||
Alternates ( ) : string[] | ||
GetIndex ( ) : int | ||
GetProperty ( string name, object defaultReturn = null, System.StringComparison scompare = StringComparison.InvariantCulture, string alternate = null ) : object | ||
IsProxy ( ) : bool | ||
MoveCardsToTable ( |
||
MoveCardsToTable ( |
||
MoveTo ( Group to, bool lFaceUp, bool isScriptMove ) : void | ||
MoveTo ( Group to, bool lFaceUp, int idx, bool isScriptMove ) : void | ||
MoveToTable ( int x, int y, bool lFaceUp, int idx, bool isScriptMove ) : void | ||
MoveToTableRawStyle ( int x, int y, bool lFaceUp, int idx, bool isScriptMove ) : void | ||
Peek ( ) : void | ||
ResetProperties ( bool notifyServer = true ) : void | ||
SetAnchored ( bool networked, bool anchored ) : void | ||
SetIndex ( int idx ) : void | ||
SetProperty ( string name, string val, bool notifyServer = true ) : void | ||
SetSleeve ( int sleeveId ) : void | ||
SetSleeve ( string pleeveUrl ) : void | ||
SwitchTo ( Octgn.Play.Player player, string alternate = "", bool notifyServer = true ) : void | ||
Target ( |
||
Target ( bool isScriptChange ) : void | ||
ToString ( ) : string | ||
ToggleTarget ( bool isScriptChange ) : void | ||
Untarget ( bool isScriptChange ) : void |
Method | Description | |
---|---|---|
OnControllerChanged ( ) : void |
Method | Description | |
---|---|---|
AddMarker ( DataNew model ) : void | ||
AddMarker ( DataNew model, ushort count ) : void | ||
Card ( Octgn.Play.Player owner, int id, DataNew model, bool mySecret, string cardsize ) : System | ||
Find ( int id ) : |
||
FindMarker ( System.Guid lId, string name ) : Octgn.Play.Marker | ||
FindRemovedMarker ( System.Guid lId, string name ) : Octgn.Play.Marker | ||
GetBitmapImage ( bool up, bool proxyOnly = false ) : |
||
IsVisibleToAll ( ) : bool | ||
MoveCardsTo ( Group to, |
||
MoveCardsTo ( Group to, |
||
MoveCardsTo ( Group to, |
||
NotControlledError ( ) : void | ||
Remove ( |
||
RemoveMarker ( Octgn.Play.Marker marker, ushort count ) : int | ||
RemoveMarker ( Octgn.Play.Marker marker ) : void | ||
Reset ( ) : void | ||
SetFaceUp ( bool lFaceUp ) : void | ||
SetFilter ( Color value ) : void | ||
SetHighlight ( Color value ) : void | ||
SetMarker ( Octgn.Play.Player player, System.Guid lId, string name, int count, bool notify = true ) : void | ||
SetModel ( DataNew model ) : void | ||
SetOrientation ( CardOrientation value ) : void | ||
SetOverrideGroupVisibility ( bool overrides ) : void | ||
SetTargetedBy ( Octgn.Play.Player player ) : void | ||
SetVisibility ( GroupVisibility visibility, List |
||
TryToManipulate ( ) : bool | ||
hasProperty ( string propertyName ) : bool |
public static AllCards ( ) : Octgn.Play.Card[] | ||
return | Octgn.Play.Card[] |
public GetProperty ( string name, object defaultReturn = null, System.StringComparison scompare = StringComparison.InvariantCulture, string alternate = null ) : object | ||
name | string | |
defaultReturn | object | |
scompare | System.StringComparison | |
alternate | string | |
return | object |
public static MoveCardsToTable ( |
||
cards | ||
it | Action |
|
isScriptMove | bool | |
return | void |
public static MoveCardsToTable ( |
||
cards | ||
x | int | |
y | int | |
lFaceUp | bool | |
idx | int | |
isScriptMove | bool | |
return | void |
public MoveTo ( Group to, bool lFaceUp, bool isScriptMove ) : void | ||
to | Group | |
lFaceUp | bool | |
isScriptMove | bool | |
return | void |
public MoveTo ( Group to, bool lFaceUp, int idx, bool isScriptMove ) : void | ||
to | Group | |
lFaceUp | bool | |
idx | int | |
isScriptMove | bool | |
return | void |
public MoveToTable ( int x, int y, bool lFaceUp, int idx, bool isScriptMove ) : void | ||
x | int | |
y | int | |
lFaceUp | bool | |
idx | int | |
isScriptMove | bool | |
return | void |
public MoveToTableRawStyle ( int x, int y, bool lFaceUp, int idx, bool isScriptMove ) : void | ||
x | int | |
y | int | |
lFaceUp | bool | |
idx | int | |
isScriptMove | bool | |
return | void |
public ResetProperties ( bool notifyServer = true ) : void | ||
notifyServer | bool | |
return | void |
public SetAnchored ( bool networked, bool anchored ) : void | ||
networked | bool | |
anchored | bool | |
return | void |
public SetProperty ( string name, string val, bool notifyServer = true ) : void | ||
name | string | |
val | string | |
notifyServer | bool | |
return | void |
public SwitchTo ( Octgn.Play.Player player, string alternate = "", bool notifyServer = true ) : void | ||
player | Octgn.Play.Player | |
alternate | string | |
notifyServer | bool | |
return | void |
public Target ( |
||
otherCard | ||
isScriptChange | bool | |
return | void |
public ToggleTarget ( bool isScriptChange ) : void | ||
isScriptChange | bool | |
return | void |
public Untarget ( bool isScriptChange ) : void | ||
isScriptChange | bool | |
return | void |